@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class DepositSwitchCreateResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DEPOSIT_SWITCH_ID |
static String |
SERIALIZED_NAME_REQUEST_ID |
Constructor and Description |
---|
DepositSwitchCreateResponse() |
Modifier and Type | Method and Description |
---|---|
DepositSwitchCreateResponse |
depositSwitchId(String depositSwitchId) |
boolean |
equals(Object o) |
String |
getDepositSwitchId()
ID of the deposit switch.
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
int |
hashCode() |
DepositSwitchCreateResponse |
requestId(String requestId) |
void |
setDepositSwitchId(String depositSwitchId) |
void |
setRequestId(String requestId) |
String |
toString() |
public static final String SERIALIZED_NAME_DEPOSIT_SWITCH_ID
public static final String SERIALIZED_NAME_REQUEST_ID
public DepositSwitchCreateResponse depositSwitchId(String depositSwitchId)
public String getDepositSwitchId()
public void setDepositSwitchId(String depositSwitchId)
public DepositSwitchCreateResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.