Uses of Class
dev.vality.damsel.withdrawals.domain.Withdrawal
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.domain | |
| dev.vality.damsel.withdrawals.processing |
-
Uses of Withdrawal in dev.vality.damsel.withdrawals.domain
Methods in dev.vality.damsel.withdrawals.domain that return Withdrawal Modifier and Type Method Description WithdrawalWithdrawal. deepCopy()WithdrawalWithdrawal. setBody(Cash body)WithdrawalWithdrawal. setCreatedAt(String created_at)WithdrawalWithdrawal. setDestination(Destination destination)WithdrawalWithdrawal. setReceiver(Identity receiver)WithdrawalWithdrawal. setSender(Identity sender)Methods in dev.vality.damsel.withdrawals.domain with parameters of type Withdrawal Modifier and Type Method Description intWithdrawal. compareTo(Withdrawal other)booleanWithdrawal. equals(Withdrawal that)Constructors in dev.vality.damsel.withdrawals.domain with parameters of type Withdrawal Constructor Description Withdrawal(Withdrawal other)Performs a deep copy on other. -
Uses of Withdrawal in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing declared as Withdrawal Modifier and Type Field Description WithdrawalProcessingSrv.Start_args. withdrawalWithdrawalWithdrawalState. withdrawalMethods in dev.vality.damsel.withdrawals.processing that return Withdrawal Modifier and Type Method Description WithdrawalProcessingSrv.Start_args. getWithdrawal()WithdrawalWithdrawalState. getWithdrawal()Methods in dev.vality.damsel.withdrawals.processing with parameters of type Withdrawal Modifier and Type Method Description voidProcessingSrv.Client. sendStart(Withdrawal withdrawal)ProcessingSrv.Start_argsProcessingSrv.Start_args. setWithdrawal(Withdrawal withdrawal)WithdrawalStateWithdrawalState. setWithdrawal(Withdrawal withdrawal)voidProcessingSrv.AsyncClient. start(Withdrawal withdrawal, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler)voidProcessingSrv.AsyncIface. start(Withdrawal withdrawal, org.apache.thrift.async.AsyncMethodCallback<WithdrawalState> resultHandler)WithdrawalStateProcessingSrv.Client. start(Withdrawal withdrawal)WithdrawalStateProcessingSrv.Iface. start(Withdrawal withdrawal)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type Withdrawal Constructor Description Start_args(Withdrawal withdrawal)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)WithdrawalState(String id, Withdrawal withdrawal, String created_at, WithdrawalStatus status)