Uses of Class
dev.vality.fistful.limit_check.WalletFailed
| Package | Description |
|---|---|
| dev.vality.fistful.limit_check |
-
Uses of WalletFailed in dev.vality.fistful.limit_check
Methods in dev.vality.fistful.limit_check that return WalletFailed Modifier and Type Method Description WalletFailedWalletFailed. deepCopy()WalletFailedWalletDetails. getFailed()WalletFailedWalletFailed. setBalance(Cash balance)WalletFailedWalletFailed. setExpected(CashRange expected)Methods in dev.vality.fistful.limit_check with parameters of type WalletFailed Modifier and Type Method Description intWalletFailed. compareTo(WalletFailed other)booleanWalletFailed. equals(WalletFailed that)static WalletDetailsWalletDetails. failed(WalletFailed value)voidWalletDetails. setFailed(WalletFailed value)Constructors in dev.vality.fistful.limit_check with parameters of type WalletFailed Constructor Description WalletFailed(WalletFailed other)Performs a deep copy on other.