Class SystemAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.SystemAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-22T12:42:48.903111Z[Etc/UTC]") public class SystemAccountBankModel extends Object
SystemAccountBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSystemAccountBankModel.TypeEnumThe account type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ASSET_CODEstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description SystemAccountBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemAccountBankModelassetCode(String assetCode)SystemAccountBankModelcreatedAt(OffsetDateTime createdAt)booleanequals(Object o)StringgetAssetCode()The asset code.OffsetDateTimegetCreatedAt()ISO8601 datetime the account was created at.StringgetGuid()Auto-generated unique identifier for the account.StringgetName()The name of the account.SystemAccountBankModel.TypeEnumgetType()The account type.SystemAccountBankModelguid(String guid)inthashCode()SystemAccountBankModelname(String name)voidsetAssetCode(String assetCode)voidsetCreatedAt(OffsetDateTime createdAt)voidsetGuid(String guid)voidsetName(String name)voidsetType(SystemAccountBankModel.TypeEnum type)StringtoString()SystemAccountBankModeltype(SystemAccountBankModel.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ASSET_CODE
public static final String JSON_PROPERTY_ASSET_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public SystemAccountBankModel type(SystemAccountBankModel.TypeEnum type)
-
getType
@Nullable public SystemAccountBankModel.TypeEnum getType()
The account type.- Returns:
- type
-
setType
public void setType(SystemAccountBankModel.TypeEnum type)
-
guid
public SystemAccountBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the account.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
createdAt
public SystemAccountBankModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the account was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
assetCode
public SystemAccountBankModel assetCode(String assetCode)
-
setAssetCode
public void setAssetCode(String assetCode)
-
name
public SystemAccountBankModel name(String name)
-
setName
public void setName(String name)
-
-