Uses of Class
dev.vality.fistful.deposit.revert.RevertParams
| Package | Description |
|---|---|
| dev.vality.fistful.deposit | |
| dev.vality.fistful.deposit.revert |
-
Uses of RevertParams in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as RevertParams Modifier and Type Field Description RevertParamsManagementSrv.CreateRevert_args. paramsMethods in dev.vality.fistful.deposit that return RevertParams Modifier and Type Method Description RevertParamsManagementSrv.CreateRevert_args. getParams()Methods in dev.vality.fistful.deposit with parameters of type RevertParams Modifier and Type Method Description voidManagementSrv.AsyncClient. createRevert(String id, RevertParams params, org.apache.thrift.async.AsyncMethodCallback<RevertState> resultHandler)voidManagementSrv.AsyncIface. createRevert(String id, RevertParams params, org.apache.thrift.async.AsyncMethodCallback<RevertState> resultHandler)RevertStateManagementSrv.Client. createRevert(String id, RevertParams params)RevertStateManagementSrv.Iface. createRevert(String id, RevertParams params)voidManagementSrv.Client. sendCreateRevert(String id, RevertParams params)ManagementSrv.CreateRevert_argsManagementSrv.CreateRevert_args. setParams(RevertParams params)Constructors in dev.vality.fistful.deposit with parameters of type RevertParams Constructor Description CreateRevert_args(String id, RevertParams params)CreateRevert_call(String id, RevertParams params, org.apache.thrift.async.AsyncMethodCallback<RevertState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) -
Uses of RevertParams in dev.vality.fistful.deposit.revert
Methods in dev.vality.fistful.deposit.revert that return RevertParams Modifier and Type Method Description RevertParamsRevertParams. deepCopy()RevertParamsRevertParams. setBody(Cash body)RevertParamsRevertParams. setExternalId(String external_id)RevertParamsRevertParams. setId(String id)Глобально уникальный идентификатор возвратаRevertParamsRevertParams. setReason(String reason)Methods in dev.vality.fistful.deposit.revert with parameters of type RevertParams Modifier and Type Method Description intRevertParams. compareTo(RevertParams other)booleanRevertParams. equals(RevertParams that)Constructors in dev.vality.fistful.deposit.revert with parameters of type RevertParams Constructor Description RevertParams(RevertParams other)Performs a deep copy on other.