Uses of Class
dev.vality.fistful.withdrawal.SessionSucceeded
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of SessionSucceeded in dev.vality.fistful.withdrawal
Methods in dev.vality.fistful.withdrawal that return SessionSucceeded Modifier and Type Method Description SessionSucceededSessionSucceeded. deepCopy()SessionSucceededSessionResult. getSucceeded()SessionSucceededSessionSucceeded. setTrxInfo(TransactionInfo trx_info)Methods in dev.vality.fistful.withdrawal with parameters of type SessionSucceeded Modifier and Type Method Description intSessionSucceeded. compareTo(SessionSucceeded other)booleanSessionSucceeded. equals(SessionSucceeded that)voidSessionResult. setSucceeded(SessionSucceeded value)static SessionResultSessionResult. succeeded(SessionSucceeded value)Constructors in dev.vality.fistful.withdrawal with parameters of type SessionSucceeded Constructor Description SessionSucceeded(SessionSucceeded other)Performs a deep copy on other.