public class SellerProtection extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SellerProtection.Builder
Class to build instances of
SellerProtection. |
| Constructor and Description |
|---|
SellerProtection()
Default constructor.
|
SellerProtection(SellerProtectionStatus status,
List<DisputeCategory> disputeCategories)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<DisputeCategory> |
getDisputeCategories()
Getter for DisputeCategories.
|
SellerProtectionStatus |
getStatus()
Getter for Status.
|
void |
setDisputeCategories(List<DisputeCategory> disputeCategories)
Setter for DisputeCategories.
|
void |
setStatus(SellerProtectionStatus status)
Setter for Status.
|
SellerProtection.Builder |
toBuilder()
Builds a new
SellerProtection.Builder object. |
String |
toString()
Converts this SellerProtection into string format.
|
public SellerProtection()
public SellerProtection(SellerProtectionStatus status, List<DisputeCategory> disputeCategories)
status - SellerProtectionStatus value for status.disputeCategories - List of DisputeCategory value for disputeCategories.public SellerProtectionStatus getStatus()
public void setStatus(SellerProtectionStatus status)
status - Value for SellerProtectionStatuspublic List<DisputeCategory> getDisputeCategories()
public void setDisputeCategories(List<DisputeCategory> disputeCategories)
disputeCategories - Value for List of DisputeCategorypublic String toString()
public SellerProtection.Builder toBuilder()
SellerProtection.Builder object.
Creates the instance with the state of the current model.SellerProtection.Builder objectCopyright © 2025. All rights reserved.