Uses of Class
dev.vality.damsel.withdrawals.processing.SessionSucceeded
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of SessionSucceeded in dev.vality.damsel.withdrawals.processing
Methods in dev.vality.damsel.withdrawals.processing that return SessionSucceeded Modifier and Type Method Description SessionSucceededSessionSucceeded. deepCopy()SessionSucceededSessionResult. getSucceeded()SessionSucceededSessionSucceeded. setTrxInfo(TransactionInfo trx_info)Methods in dev.vality.damsel.withdrawals.processing 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.damsel.withdrawals.processing with parameters of type SessionSucceeded Constructor Description SessionSucceeded(SessionSucceeded other)Performs a deep copy on other.