@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class EntityScreeningHitAnalysis extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DOCUMENTS |
static String |
SERIALIZED_NAME_EMAIL_ADDRESSES |
static String |
SERIALIZED_NAME_LOCATIONS |
static String |
SERIALIZED_NAME_NAMES |
static String |
SERIALIZED_NAME_PHONE_NUMBERS |
static String |
SERIALIZED_NAME_SEARCH_TERMS_VERSION |
static String |
SERIALIZED_NAME_URLS |
| Constructor and Description |
|---|
EntityScreeningHitAnalysis() |
public static final String SERIALIZED_NAME_DOCUMENTS
public static final String SERIALIZED_NAME_EMAIL_ADDRESSES
public static final String SERIALIZED_NAME_LOCATIONS
public static final String SERIALIZED_NAME_NAMES
public static final String SERIALIZED_NAME_PHONE_NUMBERS
public static final String SERIALIZED_NAME_URLS
public static final String SERIALIZED_NAME_SEARCH_TERMS_VERSION
public EntityScreeningHitAnalysis documents(MatchSummaryCode documents)
@Nullable public MatchSummaryCode getDocuments()
public void setDocuments(MatchSummaryCode documents)
public EntityScreeningHitAnalysis emailAddresses(MatchSummaryCode emailAddresses)
@Nullable public MatchSummaryCode getEmailAddresses()
public void setEmailAddresses(MatchSummaryCode emailAddresses)
public EntityScreeningHitAnalysis locations(MatchSummaryCode locations)
@Nullable public MatchSummaryCode getLocations()
public void setLocations(MatchSummaryCode locations)
public EntityScreeningHitAnalysis names(MatchSummaryCode names)
@Nullable public MatchSummaryCode getNames()
public void setNames(MatchSummaryCode names)
public EntityScreeningHitAnalysis phoneNumbers(MatchSummaryCode phoneNumbers)
@Nullable public MatchSummaryCode getPhoneNumbers()
public void setPhoneNumbers(MatchSummaryCode phoneNumbers)
public EntityScreeningHitAnalysis urls(MatchSummaryCode urls)
@Nullable public MatchSummaryCode getUrls()
public void setUrls(MatchSummaryCode urls)
public EntityScreeningHitAnalysis searchTermsVersion(Integer searchTermsVersion)
public Integer getSearchTermsVersion()
public void setSearchTermsVersion(Integer searchTermsVersion)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.