Package com.jumio.sdk.retrieval_v3.model
Class EkycSsnVerificationCapabilityResponseData
java.lang.Object
com.jumio.sdk.retrieval_v3.model.EkycSsnVerificationCapabilityResponseData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:41.754885500+02:00[Europe/Vienna]")
public class EkycSsnVerificationCapabilityResponseData
extends Object
EkycSsnVerificationCapabilityResponseData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressDescription
(String addressDescription) addressMatch
(String addressMatch) addressResultRisk
(String addressResultRisk) addressType
(String addressType) addressVerificationResult
(String addressVerificationResult) dateOfBirthMatch
(String dateOfBirthMatch) dobDescription
(String dobDescription) dobVerification
(String dobVerification) boolean
Get addressDescriptionTells whether address matches or notGet addressResultRiskGet addressTypeGet addressVerificationResultTells whether date of birth match or notGet deceasedGet dobDescriptionGet dobVerificationGet isDeceasedGet nameMatchToAddressTells whether Name matches to SSN or notTells whether Phone match or notGet phoneResultRiskGet ssnDescriptionTells whether social Security number match or notGet ssnResultint
hashCode()
isDeceased
(Boolean isDeceased) nameMatchToAddress
(String nameMatchToAddress) nameMatchToSsn
(String nameMatchToSsn) phoneMatch
(String phoneMatch) phoneResultRisk
(String phoneResultRisk) void
setAddressDescription
(String addressDescription) void
setAddressMatch
(String addressMatch) void
setAddressResultRisk
(String addressResultRisk) void
setAddressType
(String addressType) void
setAddressVerificationResult
(String addressVerificationResult) void
setDateOfBirthMatch
(String dateOfBirthMatch) void
setDeceased
(String deceased) void
setDobDescription
(String dobDescription) void
setDobVerification
(String dobVerification) void
setIsDeceased
(Boolean isDeceased) void
setNameMatchToAddress
(String nameMatchToAddress) void
setNameMatchToSsn
(String nameMatchToSsn) void
setPhoneMatch
(String phoneMatch) void
setPhoneResultRisk
(String phoneResultRisk) void
setSsnDescription
(String ssnDescription) void
setSsnMatch
(String ssnMatch) void
setSsnResult
(String ssnResult) ssnDescription
(String ssnDescription) toString()
-
Field Details
-
JSON_PROPERTY_ADDRESS_VERIFICATION_RESULT
- See Also:
-
JSON_PROPERTY_SSN_RESULT
- See Also:
-
JSON_PROPERTY_DOB_VERIFICATION
- See Also:
-
JSON_PROPERTY_ADDRESS_DESCRIPTION
- See Also:
-
JSON_PROPERTY_SSN_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DOB_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ADDRESS_RESULT_RISK
- See Also:
-
JSON_PROPERTY_PHONE_RESULT_RISK
- See Also:
-
JSON_PROPERTY_DECEASED
- See Also:
-
JSON_PROPERTY_ADDRESS_TYPE
- See Also:
-
JSON_PROPERTY_ADDRESS_MATCH
- See Also:
-
JSON_PROPERTY_NAME_MATCH_TO_SSN
- See Also:
-
JSON_PROPERTY_NAME_MATCH_TO_ADDRESS
- See Also:
-
JSON_PROPERTY_PHONE_MATCH
- See Also:
-
JSON_PROPERTY_SSN_MATCH
- See Also:
-
JSON_PROPERTY_DATE_OF_BIRTH_MATCH
- See Also:
-
JSON_PROPERTY_IS_DECEASED
- See Also:
-
-
Constructor Details
-
EkycSsnVerificationCapabilityResponseData
public EkycSsnVerificationCapabilityResponseData()
-
-
Method Details
-
addressVerificationResult
public EkycSsnVerificationCapabilityResponseData addressVerificationResult(String addressVerificationResult) -
getAddressVerificationResult
Get addressVerificationResult- Returns:
- addressVerificationResult
-
setAddressVerificationResult
-
ssnResult
-
getSsnResult
Get ssnResult- Returns:
- ssnResult
-
setSsnResult
-
dobVerification
-
getDobVerification
Get dobVerification- Returns:
- dobVerification
-
setDobVerification
-
addressDescription
-
getAddressDescription
Get addressDescription- Returns:
- addressDescription
-
setAddressDescription
-
ssnDescription
-
getSsnDescription
Get ssnDescription- Returns:
- ssnDescription
-
setSsnDescription
-
dobDescription
-
getDobDescription
Get dobDescription- Returns:
- dobDescription
-
setDobDescription
-
addressResultRisk
-
getAddressResultRisk
Get addressResultRisk- Returns:
- addressResultRisk
-
setAddressResultRisk
-
phoneResultRisk
-
getPhoneResultRisk
Get phoneResultRisk- Returns:
- phoneResultRisk
-
setPhoneResultRisk
-
deceased
-
getDeceased
Get deceased- Returns:
- deceased
-
setDeceased
-
addressType
-
getAddressType
Get addressType- Returns:
- addressType
-
setAddressType
-
addressMatch
-
getAddressMatch
Tells whether address matches or not- Returns:
- addressMatch
-
setAddressMatch
-
nameMatchToSsn
-
getNameMatchToSsn
Tells whether Name matches to SSN or not- Returns:
- nameMatchToSsn
-
setNameMatchToSsn
-
nameMatchToAddress
-
getNameMatchToAddress
Get nameMatchToAddress- Returns:
- nameMatchToAddress
-
setNameMatchToAddress
-
phoneMatch
-
getPhoneMatch
Tells whether Phone match or not- Returns:
- phoneMatch
-
setPhoneMatch
-
ssnMatch
-
getSsnMatch
Tells whether social Security number match or not- Returns:
- ssnMatch
-
setSsnMatch
-
dateOfBirthMatch
-
getDateOfBirthMatch
Tells whether date of birth match or not- Returns:
- dateOfBirthMatch
-
setDateOfBirthMatch
-
isDeceased
-
getIsDeceased
Get isDeceased- Returns:
- isDeceased
-
setIsDeceased
-
equals
-
hashCode
public int hashCode() -
toString
-