Uses of Class
dev.vality.damsel.analytics.CurrencyGroupedAmount
-
Uses of CurrencyGroupedAmount in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics with type parameters of type CurrencyGroupedAmount Modifier and Type Field Description List<CurrencyGroupedAmount>AmountResponse. groups_amountMethods in dev.vality.damsel.analytics that return CurrencyGroupedAmount Modifier and Type Method Description CurrencyGroupedAmountCurrencyGroupedAmount. deepCopy()CurrencyGroupedAmountCurrencyGroupedAmount. setAmount(long amount)CurrencyGroupedAmountCurrencyGroupedAmount. setCurrency(String currency)Methods in dev.vality.damsel.analytics that return types with arguments of type CurrencyGroupedAmount Modifier and Type Method Description List<CurrencyGroupedAmount>AmountResponse. getGroupsAmount()Iterator<CurrencyGroupedAmount>AmountResponse. getGroupsAmountIterator()Methods in dev.vality.damsel.analytics with parameters of type CurrencyGroupedAmount Modifier and Type Method Description voidAmountResponse. addToGroupsAmount(CurrencyGroupedAmount elem)intCurrencyGroupedAmount. compareTo(CurrencyGroupedAmount other)booleanCurrencyGroupedAmount. equals(CurrencyGroupedAmount that)Method parameters in dev.vality.damsel.analytics with type arguments of type CurrencyGroupedAmount Modifier and Type Method Description AmountResponseAmountResponse. setGroupsAmount(List<CurrencyGroupedAmount> groups_amount)Constructors in dev.vality.damsel.analytics with parameters of type CurrencyGroupedAmount Constructor Description CurrencyGroupedAmount(CurrencyGroupedAmount other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.analytics with type arguments of type CurrencyGroupedAmount Constructor Description AmountResponse(List<CurrencyGroupedAmount> groups_amount)