@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-09T21:11:31.580Z[UTC]")
public class AccountRestrictionsInfoDTO
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_ACCOUNT_RESTRICTIONS |
| Constructor and Description |
|---|
AccountRestrictionsInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
AccountRestrictionsInfoDTO |
accountRestrictions(AccountRestrictionsDTO accountRestrictions) |
boolean |
equals(java.lang.Object o) |
AccountRestrictionsDTO |
getAccountRestrictions()
Get accountRestrictions
|
int |
hashCode() |
void |
setAccountRestrictions(AccountRestrictionsDTO accountRestrictions) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_ACCOUNT_RESTRICTIONS
public AccountRestrictionsInfoDTO accountRestrictions(AccountRestrictionsDTO accountRestrictions)
public AccountRestrictionsDTO getAccountRestrictions()
public void setAccountRestrictions(AccountRestrictionsDTO accountRestrictions)
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