@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class ScreeningHitAnalysis extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DATES_OF_BIRTH |
static String |
SERIALIZED_NAME_DOCUMENTS |
static String |
SERIALIZED_NAME_LOCATIONS |
static String |
SERIALIZED_NAME_NAMES |
static String |
SERIALIZED_NAME_SEARCH_TERMS_VERSION |
Constructor and Description |
---|
ScreeningHitAnalysis() |
Modifier and Type | Method and Description |
---|---|
ScreeningHitAnalysis |
datesOfBirth(MatchSummaryCode datesOfBirth) |
ScreeningHitAnalysis |
documents(MatchSummaryCode documents) |
boolean |
equals(Object o) |
MatchSummaryCode |
getDatesOfBirth()
Get datesOfBirth
|
MatchSummaryCode |
getDocuments()
Get documents
|
MatchSummaryCode |
getLocations()
Get locations
|
MatchSummaryCode |
getNames()
Get names
|
Integer |
getSearchTermsVersion()
The version of the screening's `search_terms` that were compared when the screening hit was added.
|
int |
hashCode() |
ScreeningHitAnalysis |
locations(MatchSummaryCode locations) |
ScreeningHitAnalysis |
names(MatchSummaryCode names) |
ScreeningHitAnalysis |
searchTermsVersion(Integer searchTermsVersion) |
void |
setDatesOfBirth(MatchSummaryCode datesOfBirth) |
void |
setDocuments(MatchSummaryCode documents) |
void |
setLocations(MatchSummaryCode locations) |
void |
setNames(MatchSummaryCode names) |
void |
setSearchTermsVersion(Integer searchTermsVersion) |
String |
toString() |
public static final String SERIALIZED_NAME_DATES_OF_BIRTH
public static final String SERIALIZED_NAME_DOCUMENTS
public static final String SERIALIZED_NAME_LOCATIONS
public static final String SERIALIZED_NAME_NAMES
public static final String SERIALIZED_NAME_SEARCH_TERMS_VERSION
public ScreeningHitAnalysis datesOfBirth(MatchSummaryCode datesOfBirth)
@Nullable public MatchSummaryCode getDatesOfBirth()
public void setDatesOfBirth(MatchSummaryCode datesOfBirth)
public ScreeningHitAnalysis documents(MatchSummaryCode documents)
@Nullable public MatchSummaryCode getDocuments()
public void setDocuments(MatchSummaryCode documents)
public ScreeningHitAnalysis locations(MatchSummaryCode locations)
@Nullable public MatchSummaryCode getLocations()
public void setLocations(MatchSummaryCode locations)
public ScreeningHitAnalysis names(MatchSummaryCode names)
@Nullable public MatchSummaryCode getNames()
public void setNames(MatchSummaryCode names)
public ScreeningHitAnalysis searchTermsVersion(Integer searchTermsVersion)
public Integer getSearchTermsVersion()
public void setSearchTermsVersion(Integer searchTermsVersion)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.