@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-10-15T22:22:43.352+02:00[Europe/Madrid]")
public class AccountAddressRestrictionTransactionBodyDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_MODIFICATIONS |
static java.lang.String |
JSON_PROPERTY_RESTRICTION_TYPE |
| Constructor and Description |
|---|
AccountAddressRestrictionTransactionBodyDTO() |
| Modifier and Type | Method and Description |
|---|---|
AccountAddressRestrictionTransactionBodyDTO |
addModificationsItem(AccountAddressRestrictionModificationDTO modificationsItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<AccountAddressRestrictionModificationDTO> |
getModifications()
Get modifications
|
AccountRestrictionTypeEnum |
getRestrictionType()
Get restrictionType
|
int |
hashCode() |
AccountAddressRestrictionTransactionBodyDTO |
modifications(java.util.List<AccountAddressRestrictionModificationDTO> modifications) |
AccountAddressRestrictionTransactionBodyDTO |
restrictionType(AccountRestrictionTypeEnum restrictionType) |
void |
setModifications(java.util.List<AccountAddressRestrictionModificationDTO> modifications) |
void |
setRestrictionType(AccountRestrictionTypeEnum restrictionType) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_RESTRICTION_TYPE
public static final java.lang.String JSON_PROPERTY_MODIFICATIONS
public AccountAddressRestrictionTransactionBodyDTO()
public AccountAddressRestrictionTransactionBodyDTO restrictionType(AccountRestrictionTypeEnum restrictionType)
public AccountRestrictionTypeEnum getRestrictionType()
public void setRestrictionType(AccountRestrictionTypeEnum restrictionType)
public AccountAddressRestrictionTransactionBodyDTO modifications(java.util.List<AccountAddressRestrictionModificationDTO> modifications)
public AccountAddressRestrictionTransactionBodyDTO addModificationsItem(AccountAddressRestrictionModificationDTO modificationsItem)
public java.util.List<AccountAddressRestrictionModificationDTO> getModifications()
public void setModifications(java.util.List<AccountAddressRestrictionModificationDTO> modifications)
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