@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class EntityScreeningHitDocumentsItems extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ANALYSIS |
static String |
SERIALIZED_NAME_DATA |
Constructor and Description |
---|
EntityScreeningHitDocumentsItems() |
Modifier and Type | Method and Description |
---|---|
EntityScreeningHitDocumentsItems |
analysis(MatchSummary analysis) |
EntityScreeningHitDocumentsItems |
data(EntityDocument data) |
boolean |
equals(Object o) |
MatchSummary |
getAnalysis()
Get analysis
|
EntityDocument |
getData()
Get data
|
int |
hashCode() |
void |
setAnalysis(MatchSummary analysis) |
void |
setData(EntityDocument data) |
String |
toString() |
public static final String SERIALIZED_NAME_ANALYSIS
public static final String SERIALIZED_NAME_DATA
public EntityScreeningHitDocumentsItems analysis(MatchSummary analysis)
@Nullable public MatchSummary getAnalysis()
public void setAnalysis(MatchSummary analysis)
public EntityScreeningHitDocumentsItems data(EntityDocument data)
@Nullable public EntityDocument getData()
public void setData(EntityDocument data)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.