@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-02-18T19:12:57.995Z[UTC]")
public class AccountRestrictionsDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_ADDRESS |
static java.lang.String |
SERIALIZED_NAME_RESTRICTIONS |
| Constructor and Description |
|---|
AccountRestrictionsDTO() |
| Modifier and Type | Method and Description |
|---|---|
AccountRestrictionsDTO |
address(java.lang.String address) |
AccountRestrictionsDTO |
addRestrictionsItem(AccountRestrictionDTO restrictionsItem) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAddress()
Address expressed in hexadecimal base.
|
java.util.List<AccountRestrictionDTO> |
getRestrictions()
Get restrictions
|
int |
hashCode() |
AccountRestrictionsDTO |
restrictions(java.util.List<AccountRestrictionDTO> restrictions) |
void |
setAddress(java.lang.String address) |
void |
setRestrictions(java.util.List<AccountRestrictionDTO> restrictions) |
java.lang.String |
toString() |
public static final java.lang.String SERIALIZED_NAME_ADDRESS
public static final java.lang.String SERIALIZED_NAME_RESTRICTIONS
public AccountRestrictionsDTO address(java.lang.String address)
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
public AccountRestrictionsDTO restrictions(java.util.List<AccountRestrictionDTO> restrictions)
public AccountRestrictionsDTO addRestrictionsItem(AccountRestrictionDTO restrictionsItem)
public java.util.List<AccountRestrictionDTO> getRestrictions()
public void setRestrictions(java.util.List<AccountRestrictionDTO> restrictions)
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