Uses of Class
dev.vality.damsel.withdrawals.processing.WithdrawalState
Packages that use WithdrawalState
-
Uses of WithdrawalState in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing declared as WithdrawalStateModifier and TypeFieldDescriptionProcessingSrv.Get_result.successProcessingSrv.Start_result.successMethods in dev.vality.damsel.withdrawals.processing that return WithdrawalStateModifier and TypeMethodDescriptionWithdrawalState.deepCopy()ProcessingSrv.AsyncClient.Get_call.getResult()ProcessingSrv.AsyncClient.Start_call.getResult()ProcessingSrv.Get_result.getSuccess()ProcessingSrv.Start_result.getSuccess()ProcessingSrv.Client.recvGet()ProcessingSrv.Client.recvStart()WithdrawalState.setCreatedAt(String created_at) WithdrawalState.setStatus(WithdrawalStatus status) WithdrawalState.setUpdatedAt(String updated_at) WithdrawalState.setWithdrawal(Withdrawal withdrawal) ProcessingSrv.Client.start(Withdrawal withdrawal) ProcessingSrv.Iface.start(Withdrawal withdrawal) Methods in dev.vality.damsel.withdrawals.processing that return types with arguments of type WithdrawalStateModifier and TypeMethodDescriptionorg.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 WithdrawalStateModifier and TypeMethodDescriptionintWithdrawalState.compareTo(WithdrawalState other) booleanWithdrawalState.equals(WithdrawalState that) ProcessingSrv.Get_result.setSuccess(WithdrawalState success) ProcessingSrv.Start_result.setSuccess(WithdrawalState success) Method parameters in dev.vality.damsel.withdrawals.processing with type arguments of type WithdrawalStateModifier and TypeMethodDescriptionvoidProcessingSrv.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 WithdrawalStateModifierConstructorDescriptionGet_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 WithdrawalStateModifierConstructorDescriptionGet_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)