Uses of Class
dev.vality.fistful.fistful_stat.DepositFailed
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of DepositFailed in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return DepositFailed Modifier and Type Method Description DepositFailedDepositFailed. deepCopy()DepositFailedDepositStatus. getFailed()DepositFailedDepositFailed. setFailure(Failure failure)Methods in dev.vality.fistful.fistful_stat with parameters of type DepositFailed Modifier and Type Method Description intDepositFailed. compareTo(DepositFailed other)booleanDepositFailed. equals(DepositFailed that)static DepositStatusDepositStatus. failed(DepositFailed value)voidDepositStatus. setFailed(DepositFailed value)Constructors in dev.vality.fistful.fistful_stat with parameters of type DepositFailed Constructor Description DepositFailed(DepositFailed other)Performs a deep copy on other.