@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class SandboxTransferSweepSimulateRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
SandboxTransferSweepSimulateRequest() |
Modifier and Type | Method and Description |
---|---|
SandboxTransferSweepSimulateRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
SandboxTransferSweepSimulateRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public SandboxTransferSweepSimulateRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public SandboxTransferSweepSimulateRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.