Package unit.java.sdk.model
Class DepositAccount
- java.lang.Object
-
- unit.java.sdk.model.Account
-
- unit.java.sdk.model.DepositAccount
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class DepositAccount extends AccountDepositAccount
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class unit.java.sdk.model.Account
Account.TypeEnum
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ATTRIBUTESstatic java.lang.StringJSON_PROPERTY_RELATIONSHIPS-
Fields inherited from class unit.java.sdk.model.Account
JSON_PROPERTY_ID, JSON_PROPERTY_TYPE
-
-
Constructor Summary
Constructors Constructor Description DepositAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DepositAccountattributes(DepositAccountAllOfAttributes attributes)booleanequals(java.lang.Object o)Return true if this DepositAccount object is equal to o.DepositAccountAllOfAttributesgetAttributes()Get attributesDepositAccountAllOfRelationshipsgetRelationships()Get relationshipsinthashCode()DepositAccountid(java.lang.String id)DepositAccountrelationships(DepositAccountAllOfRelationships relationships)voidsetAttributes(DepositAccountAllOfAttributes attributes)voidsetRelationships(DepositAccountAllOfRelationships relationships)java.lang.StringtoString()java.lang.StringtoUrlQueryString()Convert the instance into URL query string.java.lang.StringtoUrlQueryString(java.lang.String prefix)Convert the instance into URL query string.DepositAccounttype(Account.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_ATTRIBUTES
public static final java.lang.String JSON_PROPERTY_ATTRIBUTES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RELATIONSHIPS
public static final java.lang.String JSON_PROPERTY_RELATIONSHIPS
- See Also:
- Constant Field Values
-
-
Method Detail
-
attributes
public DepositAccount attributes(DepositAccountAllOfAttributes attributes)
-
getAttributes
@Nonnull public DepositAccountAllOfAttributes getAttributes()
Get attributes- Returns:
- attributes
-
setAttributes
public void setAttributes(DepositAccountAllOfAttributes attributes)
-
relationships
public DepositAccount relationships(DepositAccountAllOfRelationships relationships)
-
getRelationships
@Nonnull public DepositAccountAllOfRelationships getRelationships()
Get relationships- Returns:
- relationships
-
setRelationships
public void setRelationships(DepositAccountAllOfRelationships relationships)
-
id
public DepositAccount id(java.lang.String id)
-
type
public DepositAccount type(Account.TypeEnum type)
-
equals
public boolean equals(java.lang.Object o)
Return true if this DepositAccount object is equal to o.
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Overrides:
toUrlQueryStringin classAccount- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Overrides:
toUrlQueryStringin classAccount- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-