Class PlatformFileBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PlatformFileBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-17T21:37:58.883461Z[Etc/UTC]") public class PlatformFileBankModel extends Object
PlatformFileBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlatformFileBankModel.ContentTypeEnumThe media type; one of image/jpeg, image/png, application/pdf, or video/mp4.static classPlatformFileBankModel.FileTypeEnumThe file type; one of drivers_license_front, drivers_license_back, passport, visa, identification_card, residence_card, selfie, selfie_video, selfie_left, selfie_right, utility_bill, bank_statement, property_tax, tax_document, ein_letter, or incorporation_certificate.static classPlatformFileBankModel.StateEnumThe state of the file.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COMPLETED_ATstatic StringJSON_PROPERTY_CONTENT_TYPEstatic StringJSON_PROPERTY_FAILED_ATstatic StringJSON_PROPERTY_FAILURE_CODEstatic StringJSON_PROPERTY_FILE_TYPEstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_STATE
-
Constructor Summary
Constructors Constructor Description PlatformFileBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformFileBankModelcompletedAt(OffsetDateTime completedAt)PlatformFileBankModelcontentType(PlatformFileBankModel.ContentTypeEnum contentType)booleanequals(Object o)PlatformFileBankModelfailedAt(OffsetDateTime failedAt)PlatformFileBankModelfailureCode(String failureCode)PlatformFileBankModelfileType(PlatformFileBankModel.FileTypeEnum fileType)OffsetDateTimegetCompletedAt()The ISO8601 datetime the file was completed at.PlatformFileBankModel.ContentTypeEnumgetContentType()The media type; one of image/jpeg, image/png, application/pdf, or video/mp4.OffsetDateTimegetFailedAt()The ISO8601 datetime the file failed at.StringgetFailureCode()The failure code for failed files.org.openapitools.jackson.nullable.JsonNullable<String>getFailureCode_JsonNullable()PlatformFileBankModel.FileTypeEnumgetFileType()The file type; one of drivers_license_front, drivers_license_back, passport, visa, identification_card, residence_card, selfie, selfie_video, selfie_left, selfie_right, utility_bill, bank_statement, property_tax, tax_document, ein_letter, or incorporation_certificate.StringgetGuid()The unique identifier for the file.PlatformFileBankModel.StateEnumgetState()The state of the file.PlatformFileBankModelguid(String guid)inthashCode()voidsetCompletedAt(OffsetDateTime completedAt)voidsetContentType(PlatformFileBankModel.ContentTypeEnum contentType)voidsetFailedAt(OffsetDateTime failedAt)voidsetFailureCode(String failureCode)voidsetFailureCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> failureCode)voidsetFileType(PlatformFileBankModel.FileTypeEnum fileType)voidsetGuid(String guid)voidsetState(PlatformFileBankModel.StateEnum state)PlatformFileBankModelstate(PlatformFileBankModel.StateEnum state)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FILE_TYPE
public static final String JSON_PROPERTY_FILE_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTENT_TYPE
public static final String JSON_PROPERTY_CONTENT_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COMPLETED_AT
public static final String JSON_PROPERTY_COMPLETED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILED_AT
public static final String JSON_PROPERTY_FAILED_AT
- 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
-
-
Method Detail
-
guid
public PlatformFileBankModel guid(String guid)
-
setGuid
public void setGuid(String guid)
-
fileType
public PlatformFileBankModel fileType(PlatformFileBankModel.FileTypeEnum fileType)
-
getFileType
@Nullable public PlatformFileBankModel.FileTypeEnum getFileType()
The file type; one of drivers_license_front, drivers_license_back, passport, visa, identification_card, residence_card, selfie, selfie_video, selfie_left, selfie_right, utility_bill, bank_statement, property_tax, tax_document, ein_letter, or incorporation_certificate.- Returns:
- fileType
-
setFileType
public void setFileType(PlatformFileBankModel.FileTypeEnum fileType)
-
contentType
public PlatformFileBankModel contentType(PlatformFileBankModel.ContentTypeEnum contentType)
-
getContentType
@Nullable public PlatformFileBankModel.ContentTypeEnum getContentType()
The media type; one of image/jpeg, image/png, application/pdf, or video/mp4.- Returns:
- contentType
-
setContentType
public void setContentType(PlatformFileBankModel.ContentTypeEnum contentType)
-
completedAt
public PlatformFileBankModel completedAt(OffsetDateTime completedAt)
-
getCompletedAt
@Nullable public OffsetDateTime getCompletedAt()
The ISO8601 datetime the file was completed at.- Returns:
- completedAt
-
setCompletedAt
public void setCompletedAt(OffsetDateTime completedAt)
-
failedAt
public PlatformFileBankModel failedAt(OffsetDateTime failedAt)
-
getFailedAt
@Nullable public OffsetDateTime getFailedAt()
The ISO8601 datetime the file failed at.- Returns:
- failedAt
-
setFailedAt
public void setFailedAt(OffsetDateTime failedAt)
-
state
public PlatformFileBankModel state(PlatformFileBankModel.StateEnum state)
-
getState
@Nullable public PlatformFileBankModel.StateEnum getState()
The state of the file. One of storing, completed, or failed.- Returns:
- state
-
setState
public void setState(PlatformFileBankModel.StateEnum state)
-
failureCode
public PlatformFileBankModel failureCode(String failureCode)
-
getFailureCode
@Nullable public String getFailureCode()
The failure code for failed files.- 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)
-
-