Class CybridAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.CybridAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-02T14:20:29.832201Z[Etc/UTC]") public class CybridAccountBankModel extends Object
CybridAccountBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCybridAccountBankModel.EnvironmentEnumThe environment the account is configured for.static classCybridAccountBankModel.TypeEnumThe account type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ASSET_CODEstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_ENVIRONMENTstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description CybridAccountBankModel()
-
Method Summary
-
-
-
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
-
JSON_PROPERTY_ENVIRONMENT
public static final String JSON_PROPERTY_ENVIRONMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public CybridAccountBankModel type(CybridAccountBankModel.TypeEnum type)
-
getType
@Nullable public CybridAccountBankModel.TypeEnum getType()
The account type.- Returns:
- type
-
setType
public void setType(CybridAccountBankModel.TypeEnum type)
-
guid
public CybridAccountBankModel 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 CybridAccountBankModel 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 CybridAccountBankModel assetCode(String assetCode)
-
setAssetCode
public void setAssetCode(String assetCode)
-
name
public CybridAccountBankModel name(String name)
-
setName
public void setName(String name)
-
environment
public CybridAccountBankModel environment(CybridAccountBankModel.EnvironmentEnum environment)
-
getEnvironment
@Nullable public CybridAccountBankModel.EnvironmentEnum getEnvironment()
The environment the account is configured for.- Returns:
- environment
-
setEnvironment
public void setEnvironment(CybridAccountBankModel.EnvironmentEnum environment)
-
-