Uses of Class
dev.vality.damsel.webhooker.WalletWithdrawalFailed
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of WalletWithdrawalFailed in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return WalletWithdrawalFailed Modifier and Type Method Description WalletWithdrawalFailedWalletWithdrawalFailed. deepCopy()WalletWithdrawalFailedWalletWithdrawalEventType. getFailed()Methods in dev.vality.damsel.webhooker with parameters of type WalletWithdrawalFailed Modifier and Type Method Description intWalletWithdrawalFailed. compareTo(WalletWithdrawalFailed other)booleanWalletWithdrawalFailed. equals(WalletWithdrawalFailed that)static WalletWithdrawalEventTypeWalletWithdrawalEventType. failed(WalletWithdrawalFailed value)voidWalletWithdrawalEventType. setFailed(WalletWithdrawalFailed value)Constructors in dev.vality.damsel.webhooker with parameters of type WalletWithdrawalFailed Constructor Description WalletWithdrawalFailed(WalletWithdrawalFailed other)Performs a deep copy on other.