@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class WatchlistScreeningEntityHitListResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_HITS |
static String |
SERIALIZED_NAME_NEXT_CURSOR |
static String |
SERIALIZED_NAME_REQUEST_ID |
Constructor and Description |
---|
WatchlistScreeningEntityHitListResponse() |
public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_HITS
public static final String SERIALIZED_NAME_NEXT_CURSOR
public static final String SERIALIZED_NAME_REQUEST_ID
public WatchlistScreeningEntityHitListResponse()
public WatchlistScreeningEntityHitListResponse entityWatchlistScreeningHits(List<EntityWatchlistScreeningHit> entityWatchlistScreeningHits)
public WatchlistScreeningEntityHitListResponse addEntityWatchlistScreeningHitsItem(EntityWatchlistScreeningHit entityWatchlistScreeningHitsItem)
public List<EntityWatchlistScreeningHit> getEntityWatchlistScreeningHits()
public void setEntityWatchlistScreeningHits(List<EntityWatchlistScreeningHit> entityWatchlistScreeningHits)
public WatchlistScreeningEntityHitListResponse nextCursor(String nextCursor)
@Nullable public String getNextCursor()
public void setNextCursor(String nextCursor)
public WatchlistScreeningEntityHitListResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.