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