Uses of Class
dev.vality.payout.manager.PayoutFailed
-
Uses of PayoutFailed in dev.vality.payout.manager
Methods in dev.vality.payout.manager that return PayoutFailed Modifier and Type Method Description PayoutFailedPayoutFailed. deepCopy()PayoutFailedPayoutStatus. getFailed()Methods in dev.vality.payout.manager with parameters of type PayoutFailed Modifier and Type Method Description intPayoutFailed. compareTo(PayoutFailed other)booleanPayoutFailed. equals(PayoutFailed that)static PayoutStatusPayoutStatus. failed(PayoutFailed value)voidPayoutStatus. setFailed(PayoutFailed value)Constructors in dev.vality.payout.manager with parameters of type PayoutFailed Constructor Description PayoutFailed(PayoutFailed other)Performs a deep copy on other.