@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-02-18T19:12:35.788Z[UTC]")
public class AccountOperationRestrictionTransactionBodyDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_RESTRICTION_ADDITIONS |
static java.lang.String |
JSON_PROPERTY_RESTRICTION_DELETIONS |
static java.lang.String |
JSON_PROPERTY_RESTRICTION_FLAGS |
| Constructor and Description |
|---|
AccountOperationRestrictionTransactionBodyDTO() |
public static final java.lang.String JSON_PROPERTY_RESTRICTION_FLAGS
public static final java.lang.String JSON_PROPERTY_RESTRICTION_ADDITIONS
public static final java.lang.String JSON_PROPERTY_RESTRICTION_DELETIONS
public AccountOperationRestrictionTransactionBodyDTO()
public AccountOperationRestrictionTransactionBodyDTO restrictionFlags(AccountRestrictionFlagsEnum restrictionFlags)
public AccountRestrictionFlagsEnum getRestrictionFlags()
public void setRestrictionFlags(AccountRestrictionFlagsEnum restrictionFlags)
public AccountOperationRestrictionTransactionBodyDTO restrictionAdditions(java.util.List<TransactionTypeEnum> restrictionAdditions)
public AccountOperationRestrictionTransactionBodyDTO addRestrictionAdditionsItem(TransactionTypeEnum restrictionAdditionsItem)
public java.util.List<TransactionTypeEnum> getRestrictionAdditions()
public void setRestrictionAdditions(java.util.List<TransactionTypeEnum> restrictionAdditions)
public AccountOperationRestrictionTransactionBodyDTO restrictionDeletions(java.util.List<TransactionTypeEnum> restrictionDeletions)
public AccountOperationRestrictionTransactionBodyDTO addRestrictionDeletionsItem(TransactionTypeEnum restrictionDeletionsItem)
public java.util.List<TransactionTypeEnum> getRestrictionDeletions()
public void setRestrictionDeletions(java.util.List<TransactionTypeEnum> restrictionDeletions)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object