Class AccountRestrictionsInfoDTO
- java.lang.Object
-
- io.nem.symbol.sdk.openapi.jersey2.model.AccountRestrictionsInfoDTO
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-05-15T14:38:14.328808-03:00[America/Argentina/Buenos_Aires]") public class AccountRestrictionsInfoDTO extends java.lang.ObjectAccountRestrictionsInfoDTO
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ACCOUNT_RESTRICTIONS
-
Constructor Summary
Constructors Constructor Description AccountRestrictionsInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountRestrictionsInfoDTOaccountRestrictions(AccountRestrictionsDTO accountRestrictions)booleanequals(java.lang.Object o)AccountRestrictionsDTOgetAccountRestrictions()Get accountRestrictionsinthashCode()voidsetAccountRestrictions(AccountRestrictionsDTO accountRestrictions)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT_RESTRICTIONS
public static final java.lang.String JSON_PROPERTY_ACCOUNT_RESTRICTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountRestrictions
public AccountRestrictionsInfoDTO accountRestrictions(AccountRestrictionsDTO accountRestrictions)
-
getAccountRestrictions
public AccountRestrictionsDTO getAccountRestrictions()
Get accountRestrictions- Returns:
- accountRestrictions
-
setAccountRestrictions
public void setAccountRestrictions(AccountRestrictionsDTO accountRestrictions)
-
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
-
-