Package com.stripe.model
Class AccountSignals.Delinquency
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AccountSignals.Delinquency
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountSignals
For more details about Delinquency, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Indicator, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanTime at which the signal was evaluated, measured in seconds since the Unix epoch.Array of objects representing individual factors that contributed to the calculated probability of delinquency.The probability of delinquency.Categorical assessment of the delinquency risk based on probability.Unique identifier for the delinquency signal.inthashCode()voidsetEvaluatedAt(Long evaluatedAt) Time at which the signal was evaluated, measured in seconds since the Unix epoch.voidsetIndicators(List<AccountSignals.Delinquency.Indicator> indicators) Array of objects representing individual factors that contributed to the calculated probability of delinquency.voidsetProbability(BigDecimal probability) The probability of delinquency.voidsetRiskLevel(String riskLevel) Categorical assessment of the delinquency risk based on probability.voidsetSignalId(String signalId) Unique identifier for the delinquency signal.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Delinquency
public Delinquency()
-
-
Method Details
-
getEvaluatedAt
Time at which the signal was evaluated, measured in seconds since the Unix epoch. -
getIndicators
Array of objects representing individual factors that contributed to the calculated probability of delinquency. -
getProbability
The probability of delinquency. Can be between 0.00 and 100.00 -
getRiskLevel
Categorical assessment of the delinquency risk based on probability.One of
elevated,highest,low,normal,not_assessed, orunknown. -
getSignalId
Unique identifier for the delinquency signal. -
setEvaluatedAt
Time at which the signal was evaluated, measured in seconds since the Unix epoch. -
setIndicators
Array of objects representing individual factors that contributed to the calculated probability of delinquency. -
setProbability
The probability of delinquency. Can be between 0.00 and 100.00 -
setRiskLevel
Categorical assessment of the delinquency risk based on probability.One of
elevated,highest,low,normal,not_assessed, orunknown. -
setSignalId
Unique identifier for the delinquency signal. -
equals
-
canEqual
-
hashCode
public int hashCode()
-