Package com.jumio.sdk.retrieval_v3.model
Class DLVerificationCapabilityResponseData
java.lang.Object
com.jumio.sdk.retrieval_v3.model.DLVerificationCapabilityResponseData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:20.653944300+02:00[Europe/Vienna]") public class DLVerificationCapabilityResponseData
extends
Object
DLVerificationCapabilityResponseData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressLine1Match(String addressLine1Match) addressLine2Match(String addressLine2Match) addressMatch(String addressMatch) completeNameMatch(String completeNameMatch) booleanexpiryDateMatch(String expiryDateMatch) firstNameMatch(String firstNameMatch) If address line 1 was matched or not matchedIf address line 2 was matched or not matchedIf address was matched or not matchedIf city was matched or not matchedIf name was matched or not matchedIf date of birth was matched or not matchedIf expiry date was matched or not matchedIf first name was matched or not matchedIf id number was matched or not matchedIf issuing date was matched or not matchedIf last name was matched or not matchedIf middle name was matched or not matchedIf name was matched or not matchedIf zip code or pin code was matched or not matchedIf state was matched or not matchedinthashCode()idNumberMatch(String idNumberMatch) issuingDateMatch(String issuingDateMatch) lastNameMatch(String lastNameMatch) middleNameMatch(String middleNameMatch) postalCodeMatch(String postalCodeMatch) voidsetAddressLine1Match(String addressLine1Match) voidsetAddressLine2Match(String addressLine2Match) voidsetAddressMatch(String addressMatch) voidsetCityMatch(String cityMatch) voidsetCompleteNameMatch(String completeNameMatch) voidsetDobMatch(String dobMatch) voidsetExpiryDateMatch(String expiryDateMatch) voidsetFirstNameMatch(String firstNameMatch) voidsetIdNumberMatch(String idNumberMatch) voidsetIssuingDateMatch(String issuingDateMatch) voidsetLastNameMatch(String lastNameMatch) voidsetMiddleNameMatch(String middleNameMatch) voidsetNameMatch(String nameMatch) voidsetPostalCodeMatch(String postalCodeMatch) voidsetStateMatch(String stateMatch) stateMatch(String stateMatch) toString()
-
Field Details
-
JSON_PROPERTY_COMPLETE_NAME_MATCH
- See Also:
-
JSON_PROPERTY_NAME_MATCH
- See Also:
-
JSON_PROPERTY_FIRST_NAME_MATCH
- See Also:
-
JSON_PROPERTY_MIDDLE_NAME_MATCH
- See Also:
-
JSON_PROPERTY_LAST_NAME_MATCH
- See Also:
-
JSON_PROPERTY_ADDRESS_MATCH
- See Also:
-
JSON_PROPERTY_ADDRESS_LINE1_MATCH
- See Also:
-
JSON_PROPERTY_ADDRESS_LINE2_MATCH
- See Also:
-
JSON_PROPERTY_CITY_MATCH
- See Also:
-
JSON_PROPERTY_STATE_MATCH
- See Also:
-
JSON_PROPERTY_POSTAL_CODE_MATCH
- See Also:
-
JSON_PROPERTY_DOB_MATCH
- See Also:
-
JSON_PROPERTY_ID_NUMBER_MATCH
- See Also:
-
JSON_PROPERTY_EXPIRY_DATE_MATCH
- See Also:
-
JSON_PROPERTY_ISSUING_DATE_MATCH
- See Also:
-
-
Constructor Details
-
DLVerificationCapabilityResponseData
public DLVerificationCapabilityResponseData()
-
-
Method Details
-
completeNameMatch
-
getCompleteNameMatch
If name was matched or not matched- Returns:
- completeNameMatch
-
setCompleteNameMatch
-
nameMatch
-
getNameMatch
If name was matched or not matched- Returns:
- nameMatch
-
setNameMatch
-
firstNameMatch
-
getFirstNameMatch
If first name was matched or not matched- Returns:
- firstNameMatch
-
setFirstNameMatch
-
middleNameMatch
-
getMiddleNameMatch
If middle name was matched or not matched- Returns:
- middleNameMatch
-
setMiddleNameMatch
-
lastNameMatch
-
getLastNameMatch
If last name was matched or not matched- Returns:
- lastNameMatch
-
setLastNameMatch
-
addressMatch
-
getAddressMatch
If address was matched or not matched- Returns:
- addressMatch
-
setAddressMatch
-
addressLine1Match
-
getAddressLine1Match
If address line 1 was matched or not matched- Returns:
- addressLine1Match
-
setAddressLine1Match
-
addressLine2Match
-
getAddressLine2Match
If address line 2 was matched or not matched- Returns:
- addressLine2Match
-
setAddressLine2Match
-
cityMatch
-
getCityMatch
If city was matched or not matched- Returns:
- cityMatch
-
setCityMatch
-
stateMatch
-
getStateMatch
If state was matched or not matched- Returns:
- stateMatch
-
setStateMatch
-
postalCodeMatch
-
getPostalCodeMatch
If zip code or pin code was matched or not matched- Returns:
- postalCodeMatch
-
setPostalCodeMatch
-
dobMatch
-
getDobMatch
If date of birth was matched or not matched- Returns:
- dobMatch
-
setDobMatch
-
idNumberMatch
-
getIdNumberMatch
If id number was matched or not matched- Returns:
- idNumberMatch
-
setIdNumberMatch
-
expiryDateMatch
-
getExpiryDateMatch
If expiry date was matched or not matched- Returns:
- expiryDateMatch
-
setExpiryDateMatch
-
issuingDateMatch
-
getIssuingDateMatch
If issuing date was matched or not matched- Returns:
- issuingDateMatch
-
setIssuingDateMatch
-
equals
-
hashCode
public int hashCode() -
toString
-