@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-10-19T21:35:16.459Z[UTC]")
public class AccountRestrictionDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_RESTRICTION_FLAGS |
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) |
AccountRestrictionFlagsEnum |
getRestrictionFlags()
Get restrictionFlags
|
java.util.List<java.lang.Object> |
getValues()
Address, mosaic id, or transaction type to restrict.
|
int |
hashCode() |
AccountRestrictionDTO |
restrictionFlags(AccountRestrictionFlagsEnum restrictionFlags) |
void |
setRestrictionFlags(AccountRestrictionFlagsEnum restrictionFlags) |
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_FLAGS
public static final java.lang.String JSON_PROPERTY_VALUES
public AccountRestrictionDTO restrictionFlags(AccountRestrictionFlagsEnum restrictionFlags)
public AccountRestrictionFlagsEnum getRestrictionFlags()
public void setRestrictionFlags(AccountRestrictionFlagsEnum restrictionFlags)
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