@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class SandboxTransferTestClockListResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_REQUEST_ID |
static String |
SERIALIZED_NAME_TEST_CLOCKS |
Constructor and Description |
---|
SandboxTransferTestClockListResponse() |
Modifier and Type | Method and Description |
---|---|
SandboxTransferTestClockListResponse |
addTestClocksItem(TransferTestClock testClocksItem) |
boolean |
equals(Object o) |
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
List<TransferTestClock> |
getTestClocks()
Get testClocks
|
int |
hashCode() |
SandboxTransferTestClockListResponse |
requestId(String requestId) |
void |
setRequestId(String requestId) |
void |
setTestClocks(List<TransferTestClock> testClocks) |
SandboxTransferTestClockListResponse |
testClocks(List<TransferTestClock> testClocks) |
String |
toString() |
public static final String SERIALIZED_NAME_TEST_CLOCKS
public static final String SERIALIZED_NAME_REQUEST_ID
public SandboxTransferTestClockListResponse()
public SandboxTransferTestClockListResponse testClocks(List<TransferTestClock> testClocks)
public SandboxTransferTestClockListResponse addTestClocksItem(TransferTestClock testClocksItem)
public List<TransferTestClock> getTestClocks()
public void setTestClocks(List<TransferTestClock> testClocks)
public SandboxTransferTestClockListResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.