Class AccountRestrictionNetworkPropertiesDTO
- java.lang.Object
-
- io.nem.symbol.sdk.openapi.jersey2.model.AccountRestrictionNetworkPropertiesDTO
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-05-15T14:38:14.328808-03:00[America/Argentina/Buenos_Aires]") public class AccountRestrictionNetworkPropertiesDTO extends java.lang.ObjectAccountRestrictionNetworkPropertiesDTO
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_MAX_ACCOUNT_RESTRICTION_VALUES
-
Constructor Summary
Constructors Constructor Description AccountRestrictionNetworkPropertiesDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetMaxAccountRestrictionValues()Maximum number of account restriction values.inthashCode()AccountRestrictionNetworkPropertiesDTOmaxAccountRestrictionValues(java.lang.String maxAccountRestrictionValues)voidsetMaxAccountRestrictionValues(java.lang.String maxAccountRestrictionValues)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MAX_ACCOUNT_RESTRICTION_VALUES
public static final java.lang.String JSON_PROPERTY_MAX_ACCOUNT_RESTRICTION_VALUES
- See Also:
- Constant Field Values
-
-
Method Detail
-
maxAccountRestrictionValues
public AccountRestrictionNetworkPropertiesDTO maxAccountRestrictionValues(java.lang.String maxAccountRestrictionValues)
-
getMaxAccountRestrictionValues
@Nullable public java.lang.String getMaxAccountRestrictionValues()
Maximum number of account restriction values.- Returns:
- maxAccountRestrictionValues
-
setMaxAccountRestrictionValues
public void setMaxAccountRestrictionValues(java.lang.String maxAccountRestrictionValues)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-