Uses of Class
dev.vality.damsel.analytics.SubErrorDistributionsResponse
-
Uses of SubErrorDistributionsResponse in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics declared as SubErrorDistributionsResponse Modifier and Type Field Description SubErrorDistributionsResponseAnalyticsServiceSrv.GetPaymentsSubErrorDistribution_result. successMethods in dev.vality.damsel.analytics that return SubErrorDistributionsResponse Modifier and Type Method Description SubErrorDistributionsResponseSubErrorDistributionsResponse. deepCopy()SubErrorDistributionsResponseAnalyticsServiceSrv.Client. getPaymentsSubErrorDistribution(FilterRequest request)SubErrorDistributionsResponseAnalyticsServiceSrv.Iface. getPaymentsSubErrorDistribution(FilterRequest request)Получение распределения ошибок c подошибками для ЛК.SubErrorDistributionsResponseAnalyticsServiceSrv.AsyncClient.GetPaymentsSubErrorDistribution_call. getResult()SubErrorDistributionsResponseAnalyticsServiceSrv.GetPaymentsSubErrorDistribution_result. getSuccess()SubErrorDistributionsResponseAnalyticsServiceSrv.Client. recvGetPaymentsSubErrorDistribution()SubErrorDistributionsResponseSubErrorDistributionsResponse. setErrorDistributions(List<ErrorDistribution> error_distributions)Methods in dev.vality.damsel.analytics that return types with arguments of type SubErrorDistributionsResponse Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<SubErrorDistributionsResponse>AnalyticsServiceSrv.AsyncProcessor.GetPaymentsSubErrorDistribution. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.analytics with parameters of type SubErrorDistributionsResponse Modifier and Type Method Description intSubErrorDistributionsResponse. compareTo(SubErrorDistributionsResponse other)booleanSubErrorDistributionsResponse. equals(SubErrorDistributionsResponse that)AnalyticsServiceSrv.GetPaymentsSubErrorDistribution_resultAnalyticsServiceSrv.GetPaymentsSubErrorDistribution_result. setSuccess(SubErrorDistributionsResponse success)Method parameters in dev.vality.damsel.analytics with type arguments of type SubErrorDistributionsResponse Modifier and Type Method Description voidAnalyticsServiceSrv.AsyncClient. getPaymentsSubErrorDistribution(FilterRequest request, org.apache.thrift.async.AsyncMethodCallback<SubErrorDistributionsResponse> resultHandler)voidAnalyticsServiceSrv.AsyncIface. getPaymentsSubErrorDistribution(FilterRequest request, org.apache.thrift.async.AsyncMethodCallback<SubErrorDistributionsResponse> resultHandler)voidAnalyticsServiceSrv.AsyncProcessor.GetPaymentsSubErrorDistribution. start(I iface, AnalyticsServiceSrv.GetPaymentsSubErrorDistribution_args args, org.apache.thrift.async.AsyncMethodCallback<SubErrorDistributionsResponse> resultHandler)Constructors in dev.vality.damsel.analytics with parameters of type SubErrorDistributionsResponse Constructor Description GetPaymentsSubErrorDistribution_result(SubErrorDistributionsResponse success)SubErrorDistributionsResponse(SubErrorDistributionsResponse other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.analytics with type arguments of type SubErrorDistributionsResponse Constructor Description GetPaymentsSubErrorDistribution_call(FilterRequest request, org.apache.thrift.async.AsyncMethodCallback<SubErrorDistributionsResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)