Uses of Class
dev.vality.fistful.p2p.adjustment.AdjustmentParams
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_transfer | |
| dev.vality.fistful.p2p.adjustment |
-
Uses of AdjustmentParams in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as AdjustmentParams Modifier and Type Field Description AdjustmentParamsManagementSrv.CreateAdjustment_args. paramsMethods in dev.vality.fistful.p2p_transfer that return AdjustmentParams Modifier and Type Method Description AdjustmentParamsManagementSrv.CreateAdjustment_args. getParams()Methods in dev.vality.fistful.p2p_transfer with parameters of type AdjustmentParams Modifier and Type Method Description voidManagementSrv.AsyncClient. createAdjustment(String id, AdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<AdjustmentState> resultHandler)voidManagementSrv.AsyncIface. createAdjustment(String id, AdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<AdjustmentState> resultHandler)AdjustmentStateManagementSrv.Client. createAdjustment(String id, AdjustmentParams params)AdjustmentStateManagementSrv.Iface. createAdjustment(String id, AdjustmentParams params)voidManagementSrv.Client. sendCreateAdjustment(String id, AdjustmentParams params)ManagementSrv.CreateAdjustment_argsManagementSrv.CreateAdjustment_args. setParams(AdjustmentParams params)Constructors in dev.vality.fistful.p2p_transfer with parameters of type AdjustmentParams Constructor Description CreateAdjustment_args(String id, AdjustmentParams params)CreateAdjustment_call(String 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.p2p.adjustment
Methods in dev.vality.fistful.p2p.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.p2p.adjustment with parameters of type AdjustmentParams Modifier and Type Method Description intAdjustmentParams. compareTo(AdjustmentParams other)booleanAdjustmentParams. equals(AdjustmentParams that)Constructors in dev.vality.fistful.p2p.adjustment with parameters of type AdjustmentParams Constructor Description AdjustmentParams(AdjustmentParams other)Performs a deep copy on other.