Package dev.vality.damsel.merch_stat
Class MerchantStatisticsSrv.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
dev.vality.damsel.merch_stat.MerchantStatisticsSrv.AsyncClient
- All Implemented Interfaces:
MerchantStatisticsSrv.AsyncIface
- Enclosing class:
- MerchantStatisticsSrv
public static class MerchantStatisticsSrv.AsyncClient extends org.apache.thrift.async.TAsyncClient implements MerchantStatisticsSrv.AsyncIface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMerchantStatisticsSrv.AsyncClient.Factorystatic classMerchantStatisticsSrv.AsyncClient.GetChargebacks_callstatic classMerchantStatisticsSrv.AsyncClient.GetCustomers_callstatic classMerchantStatisticsSrv.AsyncClient.GetInvoices_callstatic classMerchantStatisticsSrv.AsyncClient.GetPayments_callstatic classMerchantStatisticsSrv.AsyncClient.GetPayouts_callstatic classMerchantStatisticsSrv.AsyncClient.GetRefunds_callstatic classMerchantStatisticsSrv.AsyncClient.GetStatistics_call -
Field Summary
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport -
Constructor Summary
Constructors Constructor Description AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport) -
Method Summary
Modifier and Type Method Description voidgetChargebacks(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetCustomers(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetInvoices(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetPayments(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetPayouts(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetRefunds(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)voidgetStatistics(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler)Methods inherited from class org.apache.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
-
Constructor Details
-
AsyncClient
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
-
-
Method Details
-
getPayments
public void getPayments(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getPaymentsin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getRefunds
public void getRefunds(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getRefundsin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getInvoices
public void getInvoices(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getInvoicesin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getCustomers
public void getCustomers(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getCustomersin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getPayouts
public void getPayouts(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getPayoutsin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getChargebacks
public void getChargebacks(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getChargebacksin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
getStatistics
public void getStatistics(StatRequest req, org.apache.thrift.async.AsyncMethodCallback<StatResponse> resultHandler) throws org.apache.thrift.TException- Specified by:
getStatisticsin interfaceMerchantStatisticsSrv.AsyncIface- Throws:
org.apache.thrift.TException
-