Uses of Class
dev.vality.fistful.fistful_stat.DepositPending
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of DepositPending in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return DepositPending Modifier and Type Method Description DepositPendingDepositPending. deepCopy()DepositPendingDepositStatus. getPending()Methods in dev.vality.fistful.fistful_stat with parameters of type DepositPending Modifier and Type Method Description intDepositPending. compareTo(DepositPending other)booleanDepositPending. equals(DepositPending that)static DepositStatusDepositStatus. pending(DepositPending value)voidDepositStatus. setPending(DepositPending value)Constructors in dev.vality.fistful.fistful_stat with parameters of type DepositPending Constructor Description DepositPending(DepositPending other)Performs a deep copy on other.