@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class SandboxTransferTestClockCreateResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_REQUEST_ID |
static String |
SERIALIZED_NAME_TEST_CLOCK |
Constructor and Description |
---|
SandboxTransferTestClockCreateResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
TransferTestClock |
getTestClock()
Get testClock
|
int |
hashCode() |
SandboxTransferTestClockCreateResponse |
requestId(String requestId) |
void |
setRequestId(String requestId) |
void |
setTestClock(TransferTestClock testClock) |
SandboxTransferTestClockCreateResponse |
testClock(TransferTestClock testClock) |
String |
toString() |
public static final String SERIALIZED_NAME_TEST_CLOCK
public static final String SERIALIZED_NAME_REQUEST_ID
public SandboxTransferTestClockCreateResponse()
public SandboxTransferTestClockCreateResponse testClock(TransferTestClock testClock)
public TransferTestClock getTestClock()
public void setTestClock(TransferTestClock testClock)
public SandboxTransferTestClockCreateResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.