Uses of Class
dev.vality.damsel.analytics.CountResponse
-
Uses of CountResponse in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics declared as CountResponse Modifier and Type Field Description CountResponseAnalyticsServiceSrv.GetPaymentsCount_result. successMethods in dev.vality.damsel.analytics that return CountResponse Modifier and Type Method Description CountResponseCountResponse. deepCopy()CountResponseAnalyticsServiceSrv.Client. getPaymentsCount(FilterRequest request)CountResponseAnalyticsServiceSrv.Iface. getPaymentsCount(FilterRequest request)Получение колличества платежей с группировкой по валютам для ЛК.CountResponseAnalyticsServiceSrv.AsyncClient.GetPaymentsCount_call. getResult()CountResponseAnalyticsServiceSrv.GetPaymentsCount_result. getSuccess()CountResponseAnalyticsServiceSrv.Client. recvGetPaymentsCount()CountResponseCountResponse. setGroupsCount(List<CurrecyGroupCount> groups_count)Methods in dev.vality.damsel.analytics that return types with arguments of type CountResponse Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<CountResponse>AnalyticsServiceSrv.AsyncProcessor.GetPaymentsCount. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.analytics with parameters of type CountResponse Modifier and Type Method Description intCountResponse. compareTo(CountResponse other)booleanCountResponse. equals(CountResponse that)AnalyticsServiceSrv.GetPaymentsCount_resultAnalyticsServiceSrv.GetPaymentsCount_result. setSuccess(CountResponse success)Method parameters in dev.vality.damsel.analytics with type arguments of type CountResponse Modifier and Type Method Description voidAnalyticsServiceSrv.AsyncClient. getPaymentsCount(FilterRequest request, org.apache.thrift.async.AsyncMethodCallback<CountResponse> resultHandler)voidAnalyticsServiceSrv.AsyncIface. getPaymentsCount(FilterRequest request, org.apache.thrift.async.AsyncMethodCallback<CountResponse> resultHandler)voidAnalyticsServiceSrv.AsyncProcessor.GetPaymentsCount. start(I iface, AnalyticsServiceSrv.GetPaymentsCount_args args, org.apache.thrift.async.AsyncMethodCallback<CountResponse> resultHandler)Constructors in dev.vality.damsel.analytics with parameters of type CountResponse Constructor Description CountResponse(CountResponse other)Performs a deep copy on other.GetPaymentsCount_result(CountResponse success)Constructor parameters in dev.vality.damsel.analytics with type arguments of type CountResponse Constructor Description GetPaymentsCount_call(FilterRequest request, org.apache.thrift.async.AsyncMethodCallback<CountResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)