@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-01-14T22:22:33.231Z[UTC]")
public class AccountRestrictionsDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_ADDRESS |
static java.lang.String |
JSON_PROPERTY_RESTRICTIONS |
static java.lang.String |
JSON_PROPERTY_VERSION |
| 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
|
java.lang.Integer |
getVersion()
The version of the state
|
int |
hashCode() |
AccountRestrictionsDTO |
restrictions(java.util.List<AccountRestrictionDTO> restrictions) |
void |
setAddress(java.lang.String address) |
void |
setRestrictions(java.util.List<AccountRestrictionDTO> restrictions) |
void |
setVersion(java.lang.Integer version) |
java.lang.String |
toString() |
AccountRestrictionsDTO |
version(java.lang.Integer version) |
public static final java.lang.String JSON_PROPERTY_VERSION
public static final java.lang.String JSON_PROPERTY_ADDRESS
public static final java.lang.String JSON_PROPERTY_RESTRICTIONS
public AccountRestrictionsDTO version(java.lang.Integer version)
public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
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