Uses of Class
dev.vality.fistful.deposit.revert.adjustment.AdjustmentParams
| Package | Description |
|---|---|
| dev.vality.fistful.deposit | |
| dev.vality.fistful.deposit.revert.adjustment |
-
Uses of AdjustmentParams in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as AdjustmentParams Modifier and Type Field Description AdjustmentParamsManagementSrv.CreateRevertAdjustment_args. paramsMethods in dev.vality.fistful.deposit that return AdjustmentParams Modifier and Type Method Description AdjustmentParamsManagementSrv.CreateRevertAdjustment_args. getParams()Methods in dev.vality.fistful.deposit with parameters of type AdjustmentParams Modifier and Type Method Description voidManagementSrv.AsyncClient. createRevertAdjustment(String id, String revert_id, AdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<AdjustmentState> resultHandler)voidManagementSrv.AsyncIface. createRevertAdjustment(String id, String revert_id, AdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<AdjustmentState> resultHandler)AdjustmentStateManagementSrv.Client. createRevertAdjustment(String id, String revert_id, AdjustmentParams params)AdjustmentStateManagementSrv.Iface. createRevertAdjustment(String id, String revert_id, AdjustmentParams params)voidManagementSrv.Client. sendCreateRevertAdjustment(String id, String revert_id, AdjustmentParams params)ManagementSrv.CreateRevertAdjustment_argsManagementSrv.CreateRevertAdjustment_args. setParams(AdjustmentParams params)Constructors in dev.vality.fistful.deposit with parameters of type AdjustmentParams Constructor Description CreateRevertAdjustment_args(String id, String revert_id, AdjustmentParams params)CreateRevertAdjustment_call(String id, String revert_id, AdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<AdjustmentState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) -
Uses of AdjustmentParams in dev.vality.fistful.deposit.revert.adjustment
Methods in dev.vality.fistful.deposit.revert.adjustment that return AdjustmentParams Modifier and Type Method Description AdjustmentParamsAdjustmentParams. deepCopy()AdjustmentParamsAdjustmentParams. setChange(ChangeRequest change)AdjustmentParamsAdjustmentParams. setExternalId(String external_id)AdjustmentParamsAdjustmentParams. setId(String id)Глобально уникальный идентификатор корректировкиMethods in dev.vality.fistful.deposit.revert.adjustment with parameters of type AdjustmentParams Modifier and Type Method Description intAdjustmentParams. compareTo(AdjustmentParams other)booleanAdjustmentParams. equals(AdjustmentParams that)Constructors in dev.vality.fistful.deposit.revert.adjustment with parameters of type AdjustmentParams Constructor Description AdjustmentParams(AdjustmentParams other)Performs a deep copy on other.