Uses of Class
dev.vality.damsel.analytics.CurrecyGroupCount
-
Uses of CurrecyGroupCount in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics with type parameters of type CurrecyGroupCount Modifier and Type Field Description List<CurrecyGroupCount>CountResponse. groups_countMethods in dev.vality.damsel.analytics that return CurrecyGroupCount Modifier and Type Method Description CurrecyGroupCountCurrecyGroupCount. deepCopy()CurrecyGroupCountCurrecyGroupCount. setCount(long count)CurrecyGroupCountCurrecyGroupCount. setCurrency(String currency)Methods in dev.vality.damsel.analytics that return types with arguments of type CurrecyGroupCount Modifier and Type Method Description List<CurrecyGroupCount>CountResponse. getGroupsCount()Iterator<CurrecyGroupCount>CountResponse. getGroupsCountIterator()Methods in dev.vality.damsel.analytics with parameters of type CurrecyGroupCount Modifier and Type Method Description voidCountResponse. addToGroupsCount(CurrecyGroupCount elem)intCurrecyGroupCount. compareTo(CurrecyGroupCount other)booleanCurrecyGroupCount. equals(CurrecyGroupCount that)Method parameters in dev.vality.damsel.analytics with type arguments of type CurrecyGroupCount Modifier and Type Method Description CountResponseCountResponse. setGroupsCount(List<CurrecyGroupCount> groups_count)Constructors in dev.vality.damsel.analytics with parameters of type CurrecyGroupCount Constructor Description CurrecyGroupCount(CurrecyGroupCount other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.analytics with type arguments of type CurrecyGroupCount Constructor Description CountResponse(List<CurrecyGroupCount> groups_count)