Uses of Class
dev.vality.damsel.analytics.ShopAmountResponse
-
Uses of ShopAmountResponse in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics declared as ShopAmountResponse Modifier and Type Field Description ShopAmountResponseAnalyticsServiceSrv.GetCurrentShopBalances_result. successMethods in dev.vality.damsel.analytics that return ShopAmountResponse Modifier and Type Method Description ShopAmountResponseShopAmountResponse. deepCopy()ShopAmountResponseAnalyticsServiceSrv.Client. getCurrentShopBalances(MerchantFilter merchant_filter)ShopAmountResponseAnalyticsServiceSrv.Iface. getCurrentShopBalances(MerchantFilter merchant_filter)Получение текущего баланса с группировкой по магазинамShopAmountResponseAnalyticsServiceSrv.AsyncClient.GetCurrentShopBalances_call. getResult()ShopAmountResponseAnalyticsServiceSrv.GetCurrentShopBalances_result. getSuccess()ShopAmountResponseAnalyticsServiceSrv.Client. recvGetCurrentShopBalances()ShopAmountResponseShopAmountResponse. setGroupsAmount(List<ShopGroupedAmount> groups_amount)Methods in dev.vality.damsel.analytics that return types with arguments of type ShopAmountResponse Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<ShopAmountResponse>AnalyticsServiceSrv.AsyncProcessor.GetCurrentShopBalances. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.analytics with parameters of type ShopAmountResponse Modifier and Type Method Description intShopAmountResponse. compareTo(ShopAmountResponse other)booleanShopAmountResponse. equals(ShopAmountResponse that)AnalyticsServiceSrv.GetCurrentShopBalances_resultAnalyticsServiceSrv.GetCurrentShopBalances_result. setSuccess(ShopAmountResponse success)Method parameters in dev.vality.damsel.analytics with type arguments of type ShopAmountResponse Modifier and Type Method Description voidAnalyticsServiceSrv.AsyncClient. getCurrentShopBalances(MerchantFilter merchant_filter, org.apache.thrift.async.AsyncMethodCallback<ShopAmountResponse> resultHandler)voidAnalyticsServiceSrv.AsyncIface. getCurrentShopBalances(MerchantFilter merchant_filter, org.apache.thrift.async.AsyncMethodCallback<ShopAmountResponse> resultHandler)voidAnalyticsServiceSrv.AsyncProcessor.GetCurrentShopBalances. start(I iface, AnalyticsServiceSrv.GetCurrentShopBalances_args args, org.apache.thrift.async.AsyncMethodCallback<ShopAmountResponse> resultHandler)Constructors in dev.vality.damsel.analytics with parameters of type ShopAmountResponse Constructor Description GetCurrentShopBalances_result(ShopAmountResponse success)ShopAmountResponse(ShopAmountResponse other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.analytics with type arguments of type ShopAmountResponse Constructor Description GetCurrentShopBalances_call(MerchantFilter merchant_filter, org.apache.thrift.async.AsyncMethodCallback<ShopAmountResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)