@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-11-02T09:22:19.033Z[UTC]")
public class AccountRestrictionDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_RESTRICTION_TYPE |
static java.lang.String |
JSON_PROPERTY_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 JSON_PROPERTY_RESTRICTION_TYPE
public static final java.lang.String JSON_PROPERTY_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