Package com.jumio.sdk.retrieval_v3.model
Class BraCpfValidationCapabilityResponseData
java.lang.Object
com.jumio.sdk.retrieval_v3.model.BraCpfValidationCapabilityResponseData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:20.653944300+02:00[Europe/Vienna]") public class BraCpfValidationCapabilityResponseData
extends
Object
BraCpfValidationCapabilityResponseData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancellationReason(String cancellationReason) dateOfBirthMatch(String dateOfBirthMatch) booleanCancelled Reasonis CPF CancelledIf cpf was matched or not matchedIf date of birth was matched or not matchedDeceased HolderIf name was matched or not matchedRegularization PendingSuspendedinthashCode()regularizationPending(Boolean regularizationPending) voidsetCancellationReason(String cancellationReason) voidsetCancelled(Boolean cancelled) voidsetCpfMatch(String cpfMatch) voidsetDateOfBirthMatch(String dateOfBirthMatch) voidsetDeceased(Boolean deceased) voidsetNameMatch(String nameMatch) voidsetRegularizationPending(Boolean regularizationPending) voidsetSuspended(Boolean suspended) toString()
-
Field Details
-
JSON_PROPERTY_NAME_MATCH
- See Also:
-
JSON_PROPERTY_CPF_MATCH
- See Also:
-
JSON_PROPERTY_DATE_OF_BIRTH_MATCH
- See Also:
-
JSON_PROPERTY_SUSPENDED
- See Also:
-
JSON_PROPERTY_DECEASED
- See Also:
-
JSON_PROPERTY_CANCELLED
- See Also:
-
JSON_PROPERTY_CANCELLATION_REASON
- See Also:
-
JSON_PROPERTY_REGULARIZATION_PENDING
- See Also:
-
-
Constructor Details
-
BraCpfValidationCapabilityResponseData
public BraCpfValidationCapabilityResponseData()
-
-
Method Details
-
nameMatch
-
getNameMatch
If name was matched or not matched- Returns:
- nameMatch
-
setNameMatch
-
cpfMatch
-
getCpfMatch
If cpf was matched or not matched- Returns:
- cpfMatch
-
setCpfMatch
-
dateOfBirthMatch
-
getDateOfBirthMatch
If date of birth was matched or not matched- Returns:
- dateOfBirthMatch
-
setDateOfBirthMatch
-
suspended
-
getSuspended
Suspended- Returns:
- suspended
-
setSuspended
-
deceased
-
getDeceased
Deceased Holder- Returns:
- deceased
-
setDeceased
-
cancelled
-
getCancelled
is CPF Cancelled- Returns:
- cancelled
-
setCancelled
-
cancellationReason
-
getCancellationReason
Cancelled Reason- Returns:
- cancellationReason
-
setCancellationReason
-
regularizationPending
-
getRegularizationPending
Regularization Pending- Returns:
- regularizationPending
-
setRegularizationPending
-
equals
-
hashCode
public int hashCode() -
toString
-