@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-01-14T22:22:33.231Z[UTC]")
public class AccountRestrictionNetworkPropertiesDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_MAX_ACCOUNT_RESTRICTION_VALUES |
| Constructor and Description |
|---|
AccountRestrictionNetworkPropertiesDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMaxAccountRestrictionValues()
Maximum number of account restriction values.
|
int |
hashCode() |
AccountRestrictionNetworkPropertiesDTO |
maxAccountRestrictionValues(java.lang.String maxAccountRestrictionValues) |
void |
setMaxAccountRestrictionValues(java.lang.String maxAccountRestrictionValues) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_MAX_ACCOUNT_RESTRICTION_VALUES
public AccountRestrictionNetworkPropertiesDTO()
public AccountRestrictionNetworkPropertiesDTO maxAccountRestrictionValues(java.lang.String maxAccountRestrictionValues)
@Nullable public java.lang.String getMaxAccountRestrictionValues()
public void setMaxAccountRestrictionValues(java.lang.String maxAccountRestrictionValues)
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