public class PersonDetails
extends java.lang.Object
Person.| Constructor and Description |
|---|
PersonDetails() |
| Modifier and Type | Method and Description |
|---|---|
MatchRating |
getAddressMatchDetails()
Assesses the address match strength.
|
ResultStrength |
getAddressRisk()
Gets the risk of this particular address.
|
MatchRating |
getDateOfBirthMatch()
Assesses the date of birth match.
|
MatchRating |
getIdentificationMatch()
Assesses the match for identity.
|
MatchRating |
getOfac()
Assesses the person for placement on the OFAC.
|
MatchRating |
getPep()
Assesses the person for placement on the PEP.
|
@Nullable public MatchRating getAddressMatchDetails()
@Nullable public ResultStrength getAddressRisk()
@Nullable public MatchRating getIdentificationMatch()
@Nullable public MatchRating getDateOfBirthMatch()
@Nullable public MatchRating getOfac()
@Nullable public MatchRating getPep()