@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class WatchlistScreeningHitLocations extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COUNTRY |
static String |
SERIALIZED_NAME_FULL |
Constructor and Description |
---|
WatchlistScreeningHitLocations() |
Modifier and Type | Method and Description |
---|---|
WatchlistScreeningHitLocations |
country(String country) |
boolean |
equals(Object o) |
WatchlistScreeningHitLocations |
full(String full) |
String |
getCountry()
Valid, capitalized, two-letter ISO code representing the country of this object.
|
String |
getFull()
The full location string, potentially including elements like street, city, postal codes and country codes.
|
int |
hashCode() |
void |
setCountry(String country) |
void |
setFull(String full) |
String |
toString() |
public static final String SERIALIZED_NAME_FULL
public static final String SERIALIZED_NAME_COUNTRY
public WatchlistScreeningHitLocations full(String full)
public String getFull()
public void setFull(String full)
public WatchlistScreeningHitLocations country(String country)
public String getCountry()
public void setCountry(String country)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.