Uses of Class
dev.vality.damsel.withdrawals.processing.WithdrawalState
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of WithdrawalState in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing declared as WithdrawalState Modifier and Type Field Description WithdrawalStateProcessingSrv.Get_result. successWithdrawalStateProcessingSrv.Start_result. successMethods in dev.vality.damsel.withdrawals.processing that return WithdrawalState Modifier and Type Method Description WithdrawalStateWithdrawalState. deepCopy()WithdrawalStateProcessingSrv.Client. get(String id)WithdrawalStateProcessingSrv.Iface. get(String id)WithdrawalStateProcessingSrv.AsyncClient.Get_call. getResult()WithdrawalStateProcessingSrv.AsyncClient.Start_call. getResult()WithdrawalStateProcessingSrv.Get_result. getSuccess()WithdrawalStateProcessingSrv.Start_result. getSuccess()WithdrawalStateProcessingSrv.Client. recvGet()WithdrawalStateProcessingSrv.Client. recvStart()WithdrawalStateWithdrawalState. setCreatedAt(String created_at)WithdrawalStateWithdrawalState. setId(String id)WithdrawalStateWithdrawalState. setStatus(WithdrawalStatus status)WithdrawalStateWithdrawalState. setUpdatedAt(String updated_at)WithdrawalStateWithdrawalState. setWithdrawal(Withdrawal withdrawal)WithdrawalStateProcessingSrv.Client. start(Withdrawal withdrawal)WithdrawalStateProcessingSrv.Iface. start(Withdrawal withdrawal)Methods in dev.vality.damsel.withdrawals.processing that return types with arguments of type WithdrawalState Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<WithdrawalState>ProcessingSrv.AsyncProcessor.Get. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<WithdrawalState>ProcessingSrv.AsyncProcessor.Start. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalState Modifier and Type Method Description intWithdrawalState. compareTo(WithdrawalState other)booleanWithdrawalState. equals(WithdrawalState that)ProcessingSrv.Get_resultProcessingSrv.Get_result. setSuccess(WithdrawalState success)ProcessingSrv.Start_resultProcessingSrv.Start_result. setSuccess(WithdrawalState success)Method parameters in dev.vality.damsel.withdrawals.processing with type arguments of type WithdrawalState Modifier and Type Method Description voidProcessingSrv.AsyncClient. get(String id, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler)voidProcessingSrv.AsyncIface. get(String id, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler)voidProcessingSrv.AsyncClient. start(Withdrawal withdrawal, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler)voidProcessingSrv.AsyncIface. start(Withdrawal withdrawal, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler)voidProcessingSrv.AsyncProcessor.Get. start(I iface, ProcessingSrv.Get_args args, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler)voidProcessingSrv.AsyncProcessor.Start. start(I iface, ProcessingSrv.Start_args args, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalState Constructor Description Get_result(WithdrawalState success, WithdrawalNotFound ex1)Start_result(WithdrawalState success)WithdrawalState(WithdrawalState other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.withdrawals.processing with type arguments of type WithdrawalState Constructor Description Get_call(String id, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)Start_call(Withdrawal withdrawal, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)