Uses of Class
dev.vality.fistful.p2p_transfer.QuoteParams
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_transfer |
-
Uses of QuoteParams in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as QuoteParams Modifier and Type Field Description QuoteParamsManagementSrv.GetQuote_args. paramsMethods in dev.vality.fistful.p2p_transfer that return QuoteParams Modifier and Type Method Description QuoteParamsQuoteParams. deepCopy()QuoteParamsManagementSrv.GetQuote_args. getParams()QuoteParamsQuoteParams. setBody(Cash body)QuoteParamsQuoteParams. setIdentityId(String identity_id)QuoteParamsQuoteParams. setReceiver(Resource receiver)QuoteParamsQuoteParams. setSender(Resource sender)Methods in dev.vality.fistful.p2p_transfer with parameters of type QuoteParams Modifier and Type Method Description intQuoteParams. compareTo(QuoteParams other)booleanQuoteParams. equals(QuoteParams that)voidManagementSrv.AsyncClient. getQuote(QuoteParams params, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler)voidManagementSrv.AsyncIface. getQuote(QuoteParams params, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler)QuoteManagementSrv.Client. getQuote(QuoteParams params)QuoteManagementSrv.Iface. getQuote(QuoteParams params)voidManagementSrv.Client. sendGetQuote(QuoteParams params)ManagementSrv.GetQuote_argsManagementSrv.GetQuote_args. setParams(QuoteParams params)Constructors in dev.vality.fistful.p2p_transfer with parameters of type QuoteParams Constructor Description GetQuote_args(QuoteParams params)GetQuote_call(QuoteParams params, org.apache.thrift.async.AsyncMethodCallback<Quote> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)QuoteParams(QuoteParams other)Performs a deep copy on other.