Class CustomerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.CustomerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-16T10:44:21.408547Z[Etc/UTC]") public class CustomerBankModel extends Object
CustomerBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerBankModel.CustomerTypeEnumThe customer's type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_CUSTOMER_TYPEstatic StringJSON_PROPERTY_GUID
-
Constructor Summary
Constructors Constructor Description CustomerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerBankModelcreatedAt(OffsetDateTime createdAt)CustomerBankModelcustomerType(CustomerBankModel.CustomerTypeEnum customerType)booleanequals(Object o)OffsetDateTimegetCreatedAt()ISO8601 datetime the customer was created at.CustomerBankModel.CustomerTypeEnumgetCustomerType()The customer's type.StringgetGuid()Auto-generated unique identifier for the customer.CustomerBankModelguid(String guid)inthashCode()voidsetCreatedAt(OffsetDateTime createdAt)voidsetCustomerType(CustomerBankModel.CustomerTypeEnum customerType)voidsetGuid(String guid)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_TYPE
public static final String JSON_PROPERTY_CUSTOMER_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)
-
customerType
public CustomerBankModel customerType(CustomerBankModel.CustomerTypeEnum customerType)
-
getCustomerType
@Nullable public CustomerBankModel.CustomerTypeEnum getCustomerType()
The customer's type.- Returns:
- customerType
-
setCustomerType
public void setCustomerType(CustomerBankModel.CustomerTypeEnum customerType)
-
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)
-
-