@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class ProductStatusBreakdown extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProductStatusBreakdown.RefreshIntervalEnum
The `refresh_interval` may be `DELAYED` or `STOPPED` even when the success rate is high.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ERROR_INSTITUTION |
static String |
SERIALIZED_NAME_ERROR_PLAID |
static String |
SERIALIZED_NAME_REFRESH_INTERVAL |
static String |
SERIALIZED_NAME_SUCCESS |
Constructor and Description |
---|
ProductStatusBreakdown() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ProductStatusBreakdown |
errorInstitution(Double errorInstitution) |
ProductStatusBreakdown |
errorPlaid(Double errorPlaid) |
Double |
getErrorInstitution()
The percentage of logins that are failing due to an issue in the institution's system, expressed as a decimal.
|
Double |
getErrorPlaid()
The percentage of logins that are failing due to an internal Plaid issue, expressed as a decimal.
|
ProductStatusBreakdown.RefreshIntervalEnum |
getRefreshInterval()
The `refresh_interval` may be `DELAYED` or `STOPPED` even when the success rate is high.
|
Double |
getSuccess()
The percentage of login attempts that are successful, expressed as a decimal.
|
int |
hashCode() |
ProductStatusBreakdown |
refreshInterval(ProductStatusBreakdown.RefreshIntervalEnum refreshInterval) |
void |
setErrorInstitution(Double errorInstitution) |
void |
setErrorPlaid(Double errorPlaid) |
void |
setRefreshInterval(ProductStatusBreakdown.RefreshIntervalEnum refreshInterval) |
void |
setSuccess(Double success) |
ProductStatusBreakdown |
success(Double success) |
String |
toString() |
public static final String SERIALIZED_NAME_SUCCESS
public static final String SERIALIZED_NAME_ERROR_PLAID
public static final String SERIALIZED_NAME_ERROR_INSTITUTION
public static final String SERIALIZED_NAME_REFRESH_INTERVAL
public ProductStatusBreakdown success(Double success)
public Double getSuccess()
public void setSuccess(Double success)
public ProductStatusBreakdown errorPlaid(Double errorPlaid)
public Double getErrorPlaid()
public void setErrorPlaid(Double errorPlaid)
public ProductStatusBreakdown errorInstitution(Double errorInstitution)
public Double getErrorInstitution()
public void setErrorInstitution(Double errorInstitution)
public ProductStatusBreakdown refreshInterval(ProductStatusBreakdown.RefreshIntervalEnum refreshInterval)
@Nullable public ProductStatusBreakdown.RefreshIntervalEnum getRefreshInterval()
public void setRefreshInterval(ProductStatusBreakdown.RefreshIntervalEnum refreshInterval)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.