@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class Status extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_STATUS_CODE |
static String |
SERIALIZED_NAME_STATUS_DESCRIPTION |
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getStatusCode()
Satus Code.
|
String |
getStatusDescription()
Status Description.
|
int |
hashCode() |
void |
setStatusCode(String statusCode) |
void |
setStatusDescription(String statusDescription) |
Status |
statusCode(String statusCode) |
Status |
statusDescription(String statusDescription) |
String |
toString() |
public static final String SERIALIZED_NAME_STATUS_CODE
public static final String SERIALIZED_NAME_STATUS_DESCRIPTION
Copyright © 2017–2023 Plaid Inc.. All rights reserved.