Uses of Class
dev.vality.damsel.analytics.GroupedStatusOffsetCount
-
Uses of GroupedStatusOffsetCount in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics with type parameters of type GroupedStatusOffsetCount Modifier and Type Field Description List<GroupedStatusOffsetCount>GroupedCurrencyOffsetCount. offset_amountsMethods in dev.vality.damsel.analytics that return GroupedStatusOffsetCount Modifier and Type Method Description GroupedStatusOffsetCountGroupedStatusOffsetCount. deepCopy()GroupedStatusOffsetCountGroupedStatusOffsetCount. setOffsetCounts(List<OffsetCount> offsetCounts)GroupedStatusOffsetCountGroupedStatusOffsetCount. setStatus(PaymentStatus status)Methods in dev.vality.damsel.analytics that return types with arguments of type GroupedStatusOffsetCount Modifier and Type Method Description List<GroupedStatusOffsetCount>GroupedCurrencyOffsetCount. getOffsetAmounts()Iterator<GroupedStatusOffsetCount>GroupedCurrencyOffsetCount. getOffsetAmountsIterator()Methods in dev.vality.damsel.analytics with parameters of type GroupedStatusOffsetCount Modifier and Type Method Description voidGroupedCurrencyOffsetCount. addToOffsetAmounts(GroupedStatusOffsetCount elem)intGroupedStatusOffsetCount. compareTo(GroupedStatusOffsetCount other)booleanGroupedStatusOffsetCount. equals(GroupedStatusOffsetCount that)Method parameters in dev.vality.damsel.analytics with type arguments of type GroupedStatusOffsetCount Modifier and Type Method Description GroupedCurrencyOffsetCountGroupedCurrencyOffsetCount. setOffsetAmounts(List<GroupedStatusOffsetCount> offset_amounts)Constructors in dev.vality.damsel.analytics with parameters of type GroupedStatusOffsetCount Constructor Description GroupedStatusOffsetCount(GroupedStatusOffsetCount other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.analytics with type arguments of type GroupedStatusOffsetCount Constructor Description GroupedCurrencyOffsetCount(String currency, List<GroupedStatusOffsetCount> offset_amounts)