@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class ProductStatus extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProductStatus.StatusEnum
This field is deprecated in favor of the `breakdown` object, which provides more granular institution health data.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BREAKDOWN |
static String |
SERIALIZED_NAME_LAST_STATUS_CHANGE |
static String |
SERIALIZED_NAME_STATUS |
Constructor and Description |
---|
ProductStatus() |
Modifier and Type | Method and Description |
---|---|
ProductStatus |
breakdown(ProductStatusBreakdown breakdown) |
boolean |
equals(Object o) |
ProductStatusBreakdown |
getBreakdown()
Get breakdown
|
OffsetDateTime |
getLastStatusChange()
[ISO 8601](https://wikipedia.org/wiki/ISO_8601) formatted timestamp of the last status change for the institution.
|
ProductStatus.StatusEnum |
getStatus()
This field is deprecated in favor of the `breakdown` object, which provides more granular institution health data.
|
int |
hashCode() |
ProductStatus |
lastStatusChange(OffsetDateTime lastStatusChange) |
void |
setBreakdown(ProductStatusBreakdown breakdown) |
void |
setLastStatusChange(OffsetDateTime lastStatusChange) |
void |
setStatus(ProductStatus.StatusEnum status) |
ProductStatus |
status(ProductStatus.StatusEnum status) |
String |
toString() |
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_LAST_STATUS_CHANGE
public static final String SERIALIZED_NAME_BREAKDOWN
public ProductStatus status(ProductStatus.StatusEnum status)
public ProductStatus.StatusEnum getStatus()
public void setStatus(ProductStatus.StatusEnum status)
public ProductStatus lastStatusChange(OffsetDateTime lastStatusChange)
public OffsetDateTime getLastStatusChange()
public void setLastStatusChange(OffsetDateTime lastStatusChange)
public ProductStatus breakdown(ProductStatusBreakdown breakdown)
public ProductStatusBreakdown getBreakdown()
public void setBreakdown(ProductStatusBreakdown breakdown)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.