Class WorkflowBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-06-02T10:31:43.746176Z[Etc/UTC]")
    public class WorkflowBankModel
    extends Object
    WorkflowBankModel
    • Constructor Detail

      • WorkflowBankModel

        public WorkflowBankModel()
    • Method Detail

      • getGuid

        @Nullable
        public String getGuid()
        Auto-generated unique identifier for the workflow.
        Returns:
        guid
      • setGuid

        public void setGuid​(String guid)
      • getBankGuid

        @Nullable
        public String getBankGuid()
        The associated banks's identifier.
        Returns:
        bankGuid
      • getBankGuid_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getBankGuid_JsonNullable()
      • setBankGuid_JsonNullable

        public void setBankGuid_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> bankGuid)
      • setBankGuid

        public void setBankGuid​(String bankGuid)
      • getCustomerGuid

        @Nullable
        public String getCustomerGuid()
        The associated customer's identifier.
        Returns:
        customerGuid
      • getCustomerGuid_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerGuid_JsonNullable()
      • setCustomerGuid_JsonNullable

        public void setCustomerGuid_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)
      • setCustomerGuid

        public void setCustomerGuid​(String customerGuid)
      • getType

        @Nullable
        public String getType()
        The type of workflow; one of plaid.
        Returns:
        type
      • setType

        public void setType​(String type)
      • getState

        @Nullable
        public String getState()
        The state of the workflow; one of storing, completed, or failed.
        Returns:
        state
      • setState

        public void setState​(String state)
      • getFailureCode

        @Nullable
        public String getFailureCode()
        The failure code for failed workflows.
        Returns:
        failureCode
      • getFailureCode_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getFailureCode_JsonNullable()
      • setFailureCode_JsonNullable

        public void setFailureCode_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> failureCode)
      • setFailureCode

        public void setFailureCode​(String failureCode)
      • getCreatedAt

        @Nullable
        public OffsetDateTime getCreatedAt()
        ISO8601 datetime the record was created at.
        Returns:
        createdAt
      • setCreatedAt

        public void setCreatedAt​(OffsetDateTime createdAt)
      • getUpdatedAt

        @Nullable
        public OffsetDateTime getUpdatedAt()
        ISO8601 datetime the record was last updated at.
        Returns:
        updatedAt
      • setUpdatedAt

        public void setUpdatedAt​(OffsetDateTime updatedAt)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object