Class WorkflowBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.WorkflowBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-10-31T17:13:17.840594Z[Etc/UTC]") public class WorkflowBankModel extends Object
WorkflowBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowBankModel.TypeEnumThe type of workflow.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description WorkflowBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowBankModelcreatedAt(OffsetDateTime createdAt)WorkflowBankModelcustomerGuid(String customerGuid)booleanequals(Object o)OffsetDateTimegetCreatedAt()ISO8601 datetime the bank was created at.StringgetCustomerGuid()The associated customer's identifier.StringgetGuid()Auto-generated unique identifier for the workflow.WorkflowBankModel.TypeEnumgetType()The type of workflow.WorkflowBankModelguid(String guid)inthashCode()voidsetCreatedAt(OffsetDateTime createdAt)voidsetCustomerGuid(String customerGuid)voidsetGuid(String guid)voidsetType(WorkflowBankModel.TypeEnum type)StringtoString()WorkflowBankModeltype(WorkflowBankModel.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_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 WorkflowBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the workflow.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
customerGuid
public WorkflowBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The associated customer's identifier.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
type
public WorkflowBankModel type(WorkflowBankModel.TypeEnum type)
-
getType
@Nullable public WorkflowBankModel.TypeEnum getType()
The type of workflow.- Returns:
- type
-
setType
public void setType(WorkflowBankModel.TypeEnum type)
-
createdAt
public WorkflowBankModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the bank was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
-