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