@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class WatchlistScreeningAuditTrail extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DASHBOARD_USER_ID |
static String |
SERIALIZED_NAME_SOURCE |
static String |
SERIALIZED_NAME_TIMESTAMP |
| Constructor and Description |
|---|
WatchlistScreeningAuditTrail() |
| Modifier and Type | Method and Description |
|---|---|
WatchlistScreeningAuditTrail |
dashboardUserId(String dashboardUserId) |
boolean |
equals(Object o) |
String |
getDashboardUserId()
ID of the associated user.
|
Source |
getSource()
Get source
|
Timestamp |
getTimestamp()
Get timestamp
|
int |
hashCode() |
void |
setDashboardUserId(String dashboardUserId) |
void |
setSource(Source source) |
void |
setTimestamp(Timestamp timestamp) |
WatchlistScreeningAuditTrail |
source(Source source) |
WatchlistScreeningAuditTrail |
timestamp(Timestamp timestamp) |
String |
toString() |
public static final String SERIALIZED_NAME_SOURCE
public static final String SERIALIZED_NAME_DASHBOARD_USER_ID
public static final String SERIALIZED_NAME_TIMESTAMP
public WatchlistScreeningAuditTrail source(Source source)
public Source getSource()
public void setSource(Source source)
public WatchlistScreeningAuditTrail dashboardUserId(String dashboardUserId)
@Nullable public String getDashboardUserId()
public void setDashboardUserId(String dashboardUserId)
public WatchlistScreeningAuditTrail timestamp(Timestamp timestamp)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.