@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class PhysicalDocumentExtractedDataAnalysis extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DATE_OF_BIRTH |
static String |
SERIALIZED_NAME_EXPIRATION_DATE |
static String |
SERIALIZED_NAME_ISSUING_COUNTRY |
static String |
SERIALIZED_NAME_NAME |
Constructor and Description |
---|
PhysicalDocumentExtractedDataAnalysis() |
Modifier and Type | Method and Description |
---|---|
PhysicalDocumentExtractedDataAnalysis |
dateOfBirth(DocumentDateOfBirthMatchCode dateOfBirth) |
boolean |
equals(Object o) |
PhysicalDocumentExtractedDataAnalysis |
expirationDate(ExpirationDate expirationDate) |
DocumentDateOfBirthMatchCode |
getDateOfBirth()
Get dateOfBirth
|
ExpirationDate |
getExpirationDate()
Get expirationDate
|
IssuingCountry |
getIssuingCountry()
Get issuingCountry
|
DocumentNameMatchCode |
getName()
Get name
|
int |
hashCode() |
PhysicalDocumentExtractedDataAnalysis |
issuingCountry(IssuingCountry issuingCountry) |
PhysicalDocumentExtractedDataAnalysis |
name(DocumentNameMatchCode name) |
void |
setDateOfBirth(DocumentDateOfBirthMatchCode dateOfBirth) |
void |
setExpirationDate(ExpirationDate expirationDate) |
void |
setIssuingCountry(IssuingCountry issuingCountry) |
void |
setName(DocumentNameMatchCode name) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DATE_OF_BIRTH
public static final String SERIALIZED_NAME_EXPIRATION_DATE
public static final String SERIALIZED_NAME_ISSUING_COUNTRY
public PhysicalDocumentExtractedDataAnalysis()
public PhysicalDocumentExtractedDataAnalysis name(DocumentNameMatchCode name)
public DocumentNameMatchCode getName()
public void setName(DocumentNameMatchCode name)
public PhysicalDocumentExtractedDataAnalysis dateOfBirth(DocumentDateOfBirthMatchCode dateOfBirth)
public DocumentDateOfBirthMatchCode getDateOfBirth()
public void setDateOfBirth(DocumentDateOfBirthMatchCode dateOfBirth)
public PhysicalDocumentExtractedDataAnalysis expirationDate(ExpirationDate expirationDate)
public ExpirationDate getExpirationDate()
public void setExpirationDate(ExpirationDate expirationDate)
public PhysicalDocumentExtractedDataAnalysis issuingCountry(IssuingCountry issuingCountry)
public IssuingCountry getIssuingCountry()
public void setIssuingCountry(IssuingCountry issuingCountry)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.