Package com.plaid.client.model
Class DepositSwitchCreateResponse
java.lang.Object
com.plaid.client.model.DepositSwitchCreateResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-08-13T23:02:46.991Z[GMT]")
public class DepositSwitchCreateResponse
extends java.lang.Object
DepositSwitchCreateResponse defines the response schema for `/deposit_switch/create`
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_DEPOSIT_SWITCH_ID
static java.lang.String
SERIALIZED_NAME_REQUEST_ID
-
Constructor Summary
Constructors Constructor Description DepositSwitchCreateResponse()
-
Method Summary
Modifier and Type Method Description DepositSwitchCreateResponse
depositSwitchId(java.lang.String depositSwitchId)
boolean
equals(java.lang.Object o)
java.lang.String
getDepositSwitchId()
ID of the deposit switch.java.lang.String
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.int
hashCode()
DepositSwitchCreateResponse
requestId(java.lang.String requestId)
void
setDepositSwitchId(java.lang.String depositSwitchId)
void
setRequestId(java.lang.String requestId)
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SERIALIZED_NAME_DEPOSIT_SWITCH_ID
public static final java.lang.String SERIALIZED_NAME_DEPOSIT_SWITCH_ID- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUEST_ID
public static final java.lang.String SERIALIZED_NAME_REQUEST_ID- See Also:
- Constant Field Values
-
-
Constructor Details
-
DepositSwitchCreateResponse
public DepositSwitchCreateResponse()
-
-
Method Details
-
depositSwitchId
-
getDepositSwitchId
public java.lang.String getDepositSwitchId()ID of the deposit switch. This ID is persisted throughout the lifetime of the deposit switch.- Returns:
- depositSwitchId
-
setDepositSwitchId
public void setDepositSwitchId(java.lang.String depositSwitchId) -
requestId
-
getRequestId
public java.lang.String getRequestId()A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.- Returns:
- requestId
-
setRequestId
public void setRequestId(java.lang.String requestId) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-