Uses of Class
dev.vality.fistful.fistful_stat.WithdrawalSucceeded
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of WithdrawalSucceeded in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return WithdrawalSucceeded Modifier and Type Method Description WithdrawalSucceededWithdrawalSucceeded. deepCopy()WithdrawalSucceededWithdrawalStatus. getSucceeded()Methods in dev.vality.fistful.fistful_stat with parameters of type WithdrawalSucceeded Modifier and Type Method Description intWithdrawalSucceeded. compareTo(WithdrawalSucceeded other)booleanWithdrawalSucceeded. equals(WithdrawalSucceeded that)voidWithdrawalStatus. setSucceeded(WithdrawalSucceeded value)static WithdrawalStatusWithdrawalStatus. succeeded(WithdrawalSucceeded value)Constructors in dev.vality.fistful.fistful_stat with parameters of type WithdrawalSucceeded Constructor Description WithdrawalSucceeded(WithdrawalSucceeded other)Performs a deep copy on other.