@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class TransactionsRulesCreateResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_REQUEST_ID |
static String |
SERIALIZED_NAME_RULE |
| Constructor and Description |
|---|
TransactionsRulesCreateResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
TransactionsCategoryRule |
getRule()
Get rule
|
int |
hashCode() |
TransactionsRulesCreateResponse |
requestId(String requestId) |
TransactionsRulesCreateResponse |
rule(TransactionsCategoryRule rule) |
void |
setRequestId(String requestId) |
void |
setRule(TransactionsCategoryRule rule) |
String |
toString() |
public static final String SERIALIZED_NAME_RULE
public static final String SERIALIZED_NAME_REQUEST_ID
public TransactionsRulesCreateResponse rule(TransactionsCategoryRule rule)
public TransactionsCategoryRule getRule()
public void setRule(TransactionsCategoryRule rule)
public TransactionsRulesCreateResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.