public class WatchlistHit extends Object
| Constructor and Description |
|---|
WatchlistHit() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the address of the candidate.
|
List<Address> |
getAddresses()
Gets the addresses from the watchlist.
|
String |
getAlternateNames()
Returns the set of alternate names of a candidate.
|
List<BirthRange> |
getBirths()
Returns the list of date of birth ranges matched against this candidate.
|
double |
getConfidence()
Gets the confidence rating (between 0 and 1.0).
|
Date |
getDateOfBirth()
Returns the candidate's date of birth.
|
List<Document> |
getDocuments()
Returns the list of documents matched against this candidate.
|
EntityType |
getEntryType()
Returns the entry type of this watchlist hit.
|
String[] |
getMatchingInfo()
Gets a list of elements in your request that match this watchlist hit.
|
String |
getName()
Returns the full name for this candidate.
|
List<NameResult> |
getNames()
Returns the list of names matched against this candidate.
|
String |
getNotes()
Returns the notes for this candidate.
|
String |
getPassports()
Gets the list of passport numbers for a candidate.
|
String |
getRawAddress()
Returns the address of this candidate in raw form.
|
String |
getSsn()
Gets the ssn for this candidate.
|
String |
getTitle()
Returns the title for this candidate.
|
String |
getUrl()
Returns the url for this candidate.
|
String |
getWatchlist()
Gets the watchlist on which this match took place.
|
@NotNull public String getWatchlist()
@NotNull public EntityType getEntryType()
@NotNull public String[] getMatchingInfo()
public double getConfidence()
@Nullable public String getUrl()
@Nullable public String getNotes()
@Nullable public String getTitle()
@Nullable public String getName()
@NotNull public String getAlternateNames()
@Nullable public Date getDateOfBirth()
@Nullable public String getSsn()
@Nullable public String getPassports()
@Nullable public Address getAddress()
@Nullable public String getRawAddress()
@NotNull public List<NameResult> getNames()
@NotNull public List<BirthRange> getBirths()
@NotNull public List<Document> getDocuments()