Class CustomerBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.CustomerBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-17T14:23:44.655966Z[Etc/UTC]") public class CustomerBankModel extends Object
CustomerBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerBankModel.StateEnumThe customer's state.static classCustomerBankModel.TypeEnumThe customer's type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BANK_GUIDstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description CustomerBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerBankModelbankGuid(String bankGuid)CustomerBankModelcreatedAt(OffsetDateTime createdAt)booleanequals(Object o)StringgetBankGuid()Auto-generated unique identifier for the customer's bank.OffsetDateTimegetCreatedAt()ISO8601 datetime the customer was created at.StringgetGuid()Auto-generated unique identifier for the customer.CustomerBankModel.StateEnumgetState()The customer's state.CustomerBankModel.TypeEnumgetType()The customer's type.CustomerBankModelguid(String guid)inthashCode()voidsetBankGuid(String bankGuid)voidsetCreatedAt(OffsetDateTime createdAt)voidsetGuid(String guid)voidsetState(CustomerBankModel.StateEnum state)voidsetType(CustomerBankModel.TypeEnum type)CustomerBankModelstate(CustomerBankModel.StateEnum state)StringtoString()CustomerBankModeltype(CustomerBankModel.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BANK_GUID
public static final String JSON_PROPERTY_BANK_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
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- 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)
-
bankGuid
public CustomerBankModel bankGuid(String bankGuid)
-
getBankGuid
@Nullable public String getBankGuid()
Auto-generated unique identifier for the customer's bank.- Returns:
- bankGuid
-
setBankGuid
public void setBankGuid(String bankGuid)
-
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)
-
state
public CustomerBankModel state(CustomerBankModel.StateEnum state)
-
getState
@Nullable public CustomerBankModel.StateEnum getState()
The customer's state.- Returns:
- state
-
setState
public void setState(CustomerBankModel.StateEnum state)
-
-