Uses of Class
dev.vality.fistful.deposit.revert.adjustment.AdjustmentState
| Package | Description |
|---|---|
| dev.vality.fistful.deposit | |
| dev.vality.fistful.deposit.revert | |
| dev.vality.fistful.deposit.revert.adjustment |
-
Uses of AdjustmentState in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as AdjustmentState Modifier and Type Field Description AdjustmentStateManagementSrv.CreateRevertAdjustment_result. successMethods in dev.vality.fistful.deposit that return AdjustmentState Modifier and Type Method Description AdjustmentStateManagementSrv.Client. createRevertAdjustment(String id, String revert_id, AdjustmentParams params)AdjustmentStateManagementSrv.Iface. createRevertAdjustment(String id, String revert_id, AdjustmentParams params)AdjustmentStateManagementSrv.AsyncClient.CreateRevertAdjustment_call. getResult()AdjustmentStateManagementSrv.CreateRevertAdjustment_result. getSuccess()AdjustmentStateManagementSrv.Client. recvCreateRevertAdjustment()Methods in dev.vality.fistful.deposit that return types with arguments of type AdjustmentState Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<AdjustmentState>ManagementSrv.AsyncProcessor.CreateRevertAdjustment. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.fistful.deposit with parameters of type AdjustmentState Modifier and Type Method Description ManagementSrv.CreateRevertAdjustment_resultManagementSrv.CreateRevertAdjustment_result. setSuccess(AdjustmentState success)Method parameters in dev.vality.fistful.deposit with type arguments of type AdjustmentState 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)voidManagementSrv.AsyncProcessor.CreateRevertAdjustment. start(I iface, ManagementSrv.CreateRevertAdjustment_args args, org.apache.thrift.async.AsyncMethodCallback<AdjustmentState> resultHandler)Constructors in dev.vality.fistful.deposit with parameters of type AdjustmentState Constructor Description CreateRevertAdjustment_result(AdjustmentState success, DepositNotFound ex1, RevertNotFound ex2, InvalidRevertStatus ex3, ForbiddenRevertStatusChange ex4, RevertAlreadyHasStatus ex5, AnotherAdjustmentInProgress ex6)Constructor parameters in dev.vality.fistful.deposit with type arguments of type AdjustmentState Constructor Description 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 AdjustmentState in dev.vality.fistful.deposit.revert
Fields in dev.vality.fistful.deposit.revert with type parameters of type AdjustmentState Modifier and Type Field Description List<AdjustmentState>RevertState. adjustmentsПеречень корректировокMethods in dev.vality.fistful.deposit.revert that return types with arguments of type AdjustmentState Modifier and Type Method Description List<AdjustmentState>RevertState. getAdjustments()Перечень корректировокIterator<AdjustmentState>RevertState. getAdjustmentsIterator()Methods in dev.vality.fistful.deposit.revert with parameters of type AdjustmentState Modifier and Type Method Description voidRevertState. addToAdjustments(AdjustmentState elem)Method parameters in dev.vality.fistful.deposit.revert with type arguments of type AdjustmentState Modifier and Type Method Description RevertStateRevertState. setAdjustments(List<AdjustmentState> adjustments)Перечень корректировокConstructor parameters in dev.vality.fistful.deposit.revert with type arguments of type AdjustmentState Constructor Description RevertState(String id, String wallet_id, String source_id, Status status, Cash body, String created_at, long domain_revision, long party_revision, FinalCashFlow effective_final_cash_flow, List<AdjustmentState> adjustments) -
Uses of AdjustmentState in dev.vality.fistful.deposit.revert.adjustment
Methods in dev.vality.fistful.deposit.revert.adjustment that return AdjustmentState Modifier and Type Method Description AdjustmentStateAdjustmentState. deepCopy()AdjustmentStateAdjustmentState. setChangesPlan(ChangesPlan changes_plan)AdjustmentStateAdjustmentState. setCreatedAt(String created_at)AdjustmentStateAdjustmentState. setDomainRevision(long domain_revision)AdjustmentStateAdjustmentState. setExternalId(String external_id)AdjustmentStateAdjustmentState. setId(String id)AdjustmentStateAdjustmentState. setOperationTimestamp(String operation_timestamp)AdjustmentStateAdjustmentState. setPartyRevision(long party_revision)AdjustmentStateAdjustmentState. setStatus(Status status)Methods in dev.vality.fistful.deposit.revert.adjustment with parameters of type AdjustmentState Modifier and Type Method Description intAdjustmentState. compareTo(AdjustmentState other)booleanAdjustmentState. equals(AdjustmentState that)Constructors in dev.vality.fistful.deposit.revert.adjustment with parameters of type AdjustmentState Constructor Description AdjustmentState(AdjustmentState other)Performs a deep copy on other.