Package com.jumio.sdk.retrieval_v3.model
Class ClassificationCapabilityResponseData
java.lang.Object
com.jumio.sdk.retrieval_v3.model.ClassificationCapabilityResponseData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:20.653944300+02:00[Europe/Vienna]") public class ClassificationCapabilityResponseData
extends
Object
ClassificationCapabilityResponseData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfirstIssueDate(LocalDate firstIssueDate) The country this document was issued.Get firstIssueDateGet hasCryptoChipGet isFoldableGet isHandwrittenGet lastIssueDatePossible values: - PORTRAIT - HORIZONTAL - empty if information not availableGet materialGet notValidAfterGet printedDocumentNamegetState()Possible values: - Last two characters of ISO 3166-2:US state code - Last 2-3 characters of ISO 3166-2:AU state code - Last two characters of ISO 3166-2:CA state code - ISO 3166-1 country name - XKX (Kosovo) - Free text if it can't be mapped to a state/country codeGet subTypegetType()Get typehasCryptoChip(Boolean hasCryptoChip) inthashCode()isFoldable(Boolean isFoldable) isHandwritten(Boolean isHandwritten) lastIssueDate(LocalDate lastIssueDate) notValidAfter(LocalDate notValidAfter) printedDocumentName(String printedDocumentName) voidsetCountry(String country) voidsetFirstIssueDate(LocalDate firstIssueDate) voidsetHasCryptoChip(Boolean hasCryptoChip) voidsetIsFoldable(Boolean isFoldable) voidsetIsHandwritten(Boolean isHandwritten) voidsetLastIssueDate(LocalDate lastIssueDate) voidvoidsetMaterial(String material) voidsetNotValidAfter(LocalDate notValidAfter) voidsetPrintedDocumentName(String printedDocumentName) voidvoidsetSubType(String subType) voidtoString()
-
Field Details
-
JSON_PROPERTY_COUNTRY
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_SUB_TYPE
- See Also:
-
JSON_PROPERTY_PRINTED_DOCUMENT_NAME
- See Also:
-
JSON_PROPERTY_FIRST_ISSUE_DATE
- See Also:
-
JSON_PROPERTY_LAST_ISSUE_DATE
- See Also:
-
JSON_PROPERTY_NOT_VALID_AFTER
- See Also:
-
JSON_PROPERTY_HAS_CRYPTO_CHIP
- See Also:
-
JSON_PROPERTY_IS_FOLDABLE
- See Also:
-
JSON_PROPERTY_IS_HANDWRITTEN
- See Also:
-
JSON_PROPERTY_LAYOUT
- See Also:
-
JSON_PROPERTY_MATERIAL
- See Also:
-
-
Constructor Details
-
ClassificationCapabilityResponseData
public ClassificationCapabilityResponseData()
-
-
Method Details
-
country
-
getCountry
The country this document was issued. Can be any ISO 3166-1 alpha-3 country code, and XKX for Kosovo- Returns:
- country
-
setCountry
-
state
-
getState
Possible values: - Last two characters of ISO 3166-2:US state code - Last 2-3 characters of ISO 3166-2:AU state code - Last two characters of ISO 3166-2:CA state code - ISO 3166-1 country name - XKX (Kosovo) - Free text if it can't be mapped to a state/country code- Returns:
- state
-
setState
-
type
-
getType
Get type- Returns:
- type
-
setType
-
subType
-
getSubType
Get subType- Returns:
- subType
-
setSubType
-
printedDocumentName
-
getPrintedDocumentName
Get printedDocumentName- Returns:
- printedDocumentName
-
setPrintedDocumentName
-
firstIssueDate
-
getFirstIssueDate
Get firstIssueDate- Returns:
- firstIssueDate
-
setFirstIssueDate
-
lastIssueDate
-
getLastIssueDate
Get lastIssueDate- Returns:
- lastIssueDate
-
setLastIssueDate
-
notValidAfter
-
getNotValidAfter
Get notValidAfter- Returns:
- notValidAfter
-
setNotValidAfter
-
hasCryptoChip
-
getHasCryptoChip
Get hasCryptoChip- Returns:
- hasCryptoChip
-
setHasCryptoChip
-
isFoldable
-
getIsFoldable
Get isFoldable- Returns:
- isFoldable
-
setIsFoldable
-
isHandwritten
-
getIsHandwritten
Get isHandwritten- Returns:
- isHandwritten
-
setIsHandwritten
-
layout
-
getLayout
Possible values: - PORTRAIT - HORIZONTAL - empty if information not available- Returns:
- layout
-
setLayout
-
material
-
getMaterial
Get material- Returns:
- material
-
setMaterial
-
equals
-
hashCode
public int hashCode() -
toString
-