Class WorkflowBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.WorkflowBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-08-14T14:33:10.718930Z[Etc/UTC]") public class WorkflowBankModel extends Object
WorkflowBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BANK_GUIDstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_FAILURE_CODEstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description WorkflowBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowBankModelbankGuid(String bankGuid)WorkflowBankModelcreatedAt(OffsetDateTime createdAt)WorkflowBankModelcustomerGuid(String customerGuid)booleanequals(Object o)WorkflowBankModelfailureCode(String failureCode)StringgetBankGuid()The associated banks's identifier.OffsetDateTimegetCreatedAt()ISO8601 datetime the record was created at.StringgetCustomerGuid()The associated customer's identifier.StringgetFailureCode()The failure code for failed workflows.StringgetGuid()Auto-generated unique identifier for the workflow.StringgetState()The state of the workflow; one of storing, completed, or failed.StringgetType()The type of workflow; one of plaid.OffsetDateTimegetUpdatedAt()ISO8601 datetime the record was last updated at.WorkflowBankModelguid(String guid)inthashCode()voidsetBankGuid(String bankGuid)voidsetCreatedAt(OffsetDateTime createdAt)voidsetCustomerGuid(String customerGuid)voidsetFailureCode(String failureCode)voidsetGuid(String guid)voidsetState(String state)voidsetType(String type)voidsetUpdatedAt(OffsetDateTime updatedAt)WorkflowBankModelstate(String state)StringtoString()WorkflowBankModeltype(String type)WorkflowBankModelupdatedAt(OffsetDateTime updatedAt)
-
-
-
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_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_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILURE_CODE
public static final String JSON_PROPERTY_FAILURE_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_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)
-
bankGuid
public WorkflowBankModel bankGuid(String bankGuid)
-
getBankGuid
@Nullable public String getBankGuid()
The associated banks's identifier.- Returns:
- bankGuid
-
setBankGuid
public void setBankGuid(String bankGuid)
-
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(String type)
-
setType
public void setType(String type)
-
state
public WorkflowBankModel state(String state)
-
getState
@Nullable public String getState()
The state of the workflow; one of storing, completed, or failed.- Returns:
- state
-
setState
public void setState(String state)
-
failureCode
public WorkflowBankModel failureCode(String failureCode)
-
getFailureCode
@Nullable public String getFailureCode()
The failure code for failed workflows.- Returns:
- failureCode
-
setFailureCode
public void setFailureCode(String failureCode)
-
createdAt
public WorkflowBankModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the record was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
updatedAt
public WorkflowBankModel updatedAt(OffsetDateTime updatedAt)
-
getUpdatedAt
@Nullable public OffsetDateTime getUpdatedAt()
ISO8601 datetime the record was last updated at.- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(OffsetDateTime updatedAt)
-
-