Uses of Class
dev.vality.fistful.deposit.InconsistentRevertCurrency
| Package | Description |
|---|---|
| dev.vality.fistful.deposit |
-
Uses of InconsistentRevertCurrency in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as InconsistentRevertCurrency Modifier and Type Field Description InconsistentRevertCurrencyManagementSrv.CreateRevert_result. ex3Methods in dev.vality.fistful.deposit that return InconsistentRevertCurrency Modifier and Type Method Description InconsistentRevertCurrencyInconsistentRevertCurrency. deepCopy()InconsistentRevertCurrencyManagementSrv.CreateRevert_result. getEx3()InconsistentRevertCurrencyInconsistentRevertCurrency. setDepositCurrency(CurrencyRef deposit_currency)InconsistentRevertCurrencyInconsistentRevertCurrency. setRevertCurrency(CurrencyRef revert_currency)Methods in dev.vality.fistful.deposit with parameters of type InconsistentRevertCurrency Modifier and Type Method Description intInconsistentRevertCurrency. compareTo(InconsistentRevertCurrency other)booleanInconsistentRevertCurrency. equals(InconsistentRevertCurrency that)ManagementSrv.CreateRevert_resultManagementSrv.CreateRevert_result. setEx3(InconsistentRevertCurrency ex3)Methods in dev.vality.fistful.deposit that throw InconsistentRevertCurrency Modifier and Type Method Description RevertStateManagementSrv.Client. createRevert(String id, RevertParams params)RevertStateManagementSrv.Iface. createRevert(String id, RevertParams params)RevertStateManagementSrv.AsyncClient.CreateRevert_call. getResult()RevertStateManagementSrv.Client. recvCreateRevert()Constructors in dev.vality.fistful.deposit with parameters of type InconsistentRevertCurrency Constructor Description CreateRevert_result(RevertState success, DepositNotFound ex1, InvalidDepositStatus ex2, InconsistentRevertCurrency ex3, InsufficientDepositAmount ex4, InvalidOperationAmount ex5)InconsistentRevertCurrency(InconsistentRevertCurrency other)Performs a deep copy on other.