Uses of Class
dev.vality.fistful.p2p_transfer.RiskScore
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_transfer |
-
Uses of RiskScore in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as RiskScore Modifier and Type Field Description RiskScoreRiskScoreChange. scoreMethods in dev.vality.fistful.p2p_transfer that return RiskScore Modifier and Type Method Description static RiskScoreRiskScore. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.RiskScoreRiskScoreChange. getScore()static RiskScoreRiskScore. valueOf(String name)Returns the enum constant of this type with the specified name.static RiskScore[]RiskScore. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.p2p_transfer with parameters of type RiskScore Modifier and Type Method Description RiskScoreChangeRiskScoreChange. setScore(RiskScore score)Constructors in dev.vality.fistful.p2p_transfer with parameters of type RiskScore Constructor Description RiskScoreChange(RiskScore score)