@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class EntityWatchlistScreeningList extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENINGS |
static String |
SERIALIZED_NAME_REQUEST_ID |
Constructor and Description |
---|
EntityWatchlistScreeningList() |
Modifier and Type | Method and Description |
---|---|
EntityWatchlistScreeningList |
addEntityWatchlistScreeningsItem(EntityWatchlistScreening entityWatchlistScreeningsItem) |
EntityWatchlistScreeningList |
entityWatchlistScreenings(List<EntityWatchlistScreening> entityWatchlistScreenings) |
boolean |
equals(Object o) |
List<EntityWatchlistScreening> |
getEntityWatchlistScreenings()
List of entity watchlist screening
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
int |
hashCode() |
EntityWatchlistScreeningList |
requestId(String requestId) |
void |
setEntityWatchlistScreenings(List<EntityWatchlistScreening> entityWatchlistScreenings) |
void |
setRequestId(String requestId) |
String |
toString() |
public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENINGS
public static final String SERIALIZED_NAME_REQUEST_ID
public EntityWatchlistScreeningList entityWatchlistScreenings(List<EntityWatchlistScreening> entityWatchlistScreenings)
public EntityWatchlistScreeningList addEntityWatchlistScreeningsItem(EntityWatchlistScreening entityWatchlistScreeningsItem)
public List<EntityWatchlistScreening> getEntityWatchlistScreenings()
public void setEntityWatchlistScreenings(List<EntityWatchlistScreening> entityWatchlistScreenings)
public EntityWatchlistScreeningList requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.