Uses of Class
dev.vality.fistful.fistful_stat.DepositStatus
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of DepositStatus in dev.vality.fistful.fistful_stat
Fields in dev.vality.fistful.fistful_stat declared as DepositStatus Modifier and Type Field Description DepositStatusStatDeposit. statusMethods in dev.vality.fistful.fistful_stat that return DepositStatus Modifier and Type Method Description DepositStatusDepositStatus. deepCopy()static DepositStatusDepositStatus. failed(DepositFailed value)DepositStatusStatDeposit. getStatus()static DepositStatusDepositStatus. pending(DepositPending value)static DepositStatusDepositStatus. succeeded(DepositSucceeded value)Methods in dev.vality.fistful.fistful_stat with parameters of type DepositStatus Modifier and Type Method Description intDepositStatus. compareTo(DepositStatus other)booleanDepositStatus. equals(DepositStatus other)StatDepositStatDeposit. setStatus(DepositStatus status)Constructors in dev.vality.fistful.fistful_stat with parameters of type DepositStatus Constructor Description DepositStatus(DepositStatus other)StatDeposit(String id, String created_at, String identity_id, String destination_id, String source_id, long amount, long fee, String currency_symbolic_code, DepositStatus status)