@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class SandboxTransferTestClockCreateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_VIRTUAL_TIME |
| Constructor and Description |
|---|
SandboxTransferTestClockCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
SandboxTransferTestClockCreateRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getSecret()
Your Plaid API `secret`.
|
OffsetDateTime |
getVirtualTime()
The virtual timestamp on the test clock.
|
int |
hashCode() |
SandboxTransferTestClockCreateRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setSecret(String secret) |
void |
setVirtualTime(OffsetDateTime virtualTime) |
String |
toString() |
SandboxTransferTestClockCreateRequest |
virtualTime(OffsetDateTime virtualTime) |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_VIRTUAL_TIME
public SandboxTransferTestClockCreateRequest()
public SandboxTransferTestClockCreateRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public SandboxTransferTestClockCreateRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public SandboxTransferTestClockCreateRequest virtualTime(OffsetDateTime virtualTime)
@Nullable public OffsetDateTime getVirtualTime()
public void setVirtualTime(OffsetDateTime virtualTime)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.