Class CustomerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.CustomerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-28T21:03:44.289739Z[Etc/UTC]") public class CustomerBankModel extends Object
CustomerBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerBankModel.TypeEnumThe customer's type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description CustomerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerBankModelcreatedAt(OffsetDateTime createdAt)booleanequals(Object o)OffsetDateTimegetCreatedAt()ISO8601 datetime the customer was created at.StringgetGuid()Auto-generated unique identifier for the customer.CustomerBankModel.TypeEnumgetType()The customer's type.CustomerBankModelguid(String guid)inthashCode()voidsetCreatedAt(OffsetDateTime createdAt)voidsetGuid(String guid)voidsetType(CustomerBankModel.TypeEnum type)StringtoString()CustomerBankModeltype(CustomerBankModel.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public CustomerBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the customer.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
type
public CustomerBankModel type(CustomerBankModel.TypeEnum type)
-
getType
@Nullable public CustomerBankModel.TypeEnum getType()
The customer's type.- Returns:
- type
-
setType
public void setType(CustomerBankModel.TypeEnum type)
-
createdAt
public CustomerBankModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the customer was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
-