Uses of Class
dev.vality.damsel.analytics.ShopGroupedAmount
-
Uses of ShopGroupedAmount in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics with type parameters of type ShopGroupedAmount Modifier and Type Field Description List<ShopGroupedAmount>ShopAmountResponse. groups_amountMethods in dev.vality.damsel.analytics that return ShopGroupedAmount Modifier and Type Method Description ShopGroupedAmountShopGroupedAmount. deepCopy()ShopGroupedAmountShopGroupedAmount. setAmount(long amount)ShopGroupedAmountShopGroupedAmount. setCurrency(String currency)ShopGroupedAmountShopGroupedAmount. setShopId(String shop_id)Methods in dev.vality.damsel.analytics that return types with arguments of type ShopGroupedAmount Modifier and Type Method Description List<ShopGroupedAmount>ShopAmountResponse. getGroupsAmount()Iterator<ShopGroupedAmount>ShopAmountResponse. getGroupsAmountIterator()Methods in dev.vality.damsel.analytics with parameters of type ShopGroupedAmount Modifier and Type Method Description voidShopAmountResponse. addToGroupsAmount(ShopGroupedAmount elem)intShopGroupedAmount. compareTo(ShopGroupedAmount other)booleanShopGroupedAmount. equals(ShopGroupedAmount that)Method parameters in dev.vality.damsel.analytics with type arguments of type ShopGroupedAmount Modifier and Type Method Description ShopAmountResponseShopAmountResponse. setGroupsAmount(List<ShopGroupedAmount> groups_amount)Constructors in dev.vality.damsel.analytics with parameters of type ShopGroupedAmount Constructor Description ShopGroupedAmount(ShopGroupedAmount other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.analytics with type arguments of type ShopGroupedAmount Constructor Description ShopAmountResponse(List<ShopGroupedAmount> groups_amount)