@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-10-15T22:22:45.632+02:00[Europe/Madrid]")
public class AccountRestrictionDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_RESTRICTION_TYPE |
static java.lang.String |
SERIALIZED_NAME_VALUES |
| Constructor and Description |
|---|
AccountRestrictionDTO() |
| Modifier and Type | Method and Description |
|---|---|
AccountRestrictionDTO |
addValuesItem(java.lang.Object valuesItem) |
boolean |
equals(java.lang.Object o) |
AccountRestrictionTypeEnum |
getRestrictionType()
Get restrictionType
|
java.util.List<java.lang.Object> |
getValues()
Address, transaction type, or mosaic id to restrict.
|
int |
hashCode() |
AccountRestrictionDTO |
restrictionType(AccountRestrictionTypeEnum restrictionType) |
void |
setRestrictionType(AccountRestrictionTypeEnum restrictionType) |
void |
setValues(java.util.List<java.lang.Object> values) |
java.lang.String |
toString() |
AccountRestrictionDTO |
values(java.util.List<java.lang.Object> values) |
public static final java.lang.String SERIALIZED_NAME_RESTRICTION_TYPE
public static final java.lang.String SERIALIZED_NAME_VALUES
public AccountRestrictionDTO restrictionType(AccountRestrictionTypeEnum restrictionType)
public AccountRestrictionTypeEnum getRestrictionType()
public void setRestrictionType(AccountRestrictionTypeEnum restrictionType)
public AccountRestrictionDTO values(java.util.List<java.lang.Object> values)
public AccountRestrictionDTO addValuesItem(java.lang.Object valuesItem)
public java.util.List<java.lang.Object> getValues()
public void setValues(java.util.List<java.lang.Object> values)
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