@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-10T22:39:54.038561Z[Etc/UTC]") public class TransferTestClock extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TEST_CLOCK_ID |
static String |
SERIALIZED_NAME_VIRTUAL_TIME |
| Constructor and Description |
|---|
TransferTestClock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTestClockId()
Plaid’s unique identifier for a test clock.
|
OffsetDateTime |
getVirtualTime()
The virtual timestamp on the test clock.
|
int |
hashCode() |
void |
setTestClockId(String testClockId) |
void |
setVirtualTime(OffsetDateTime virtualTime) |
TransferTestClock |
testClockId(String testClockId) |
String |
toString() |
TransferTestClock |
virtualTime(OffsetDateTime virtualTime) |
public static final String SERIALIZED_NAME_TEST_CLOCK_ID
public static final String SERIALIZED_NAME_VIRTUAL_TIME
public TransferTestClock testClockId(String testClockId)
public String getTestClockId()
public void setTestClockId(String testClockId)
public TransferTestClock virtualTime(OffsetDateTime virtualTime)
public OffsetDateTime getVirtualTime()
public void setVirtualTime(OffsetDateTime virtualTime)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.