Uses of Class
dev.vality.damsel.analytics.OffsetCount
-
Uses of OffsetCount in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics with type parameters of type OffsetCount Modifier and Type Field Description List<OffsetCount>GroupedStatusOffsetCount. offsetCountsMethods in dev.vality.damsel.analytics that return OffsetCount Modifier and Type Method Description OffsetCountOffsetCount. deepCopy()OffsetCountOffsetCount. setCount(long count)OffsetCountOffsetCount. setOffset(long offset)Methods in dev.vality.damsel.analytics that return types with arguments of type OffsetCount Modifier and Type Method Description List<OffsetCount>GroupedStatusOffsetCount. getOffsetCounts()Iterator<OffsetCount>GroupedStatusOffsetCount. getOffsetCountsIterator()Methods in dev.vality.damsel.analytics with parameters of type OffsetCount Modifier and Type Method Description voidGroupedStatusOffsetCount. addToOffsetCounts(OffsetCount elem)intOffsetCount. compareTo(OffsetCount other)booleanOffsetCount. equals(OffsetCount that)Method parameters in dev.vality.damsel.analytics with type arguments of type OffsetCount Modifier and Type Method Description GroupedStatusOffsetCountGroupedStatusOffsetCount. setOffsetCounts(List<OffsetCount> offsetCounts)Constructors in dev.vality.damsel.analytics with parameters of type OffsetCount Constructor Description OffsetCount(OffsetCount other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.analytics with type arguments of type OffsetCount Constructor Description GroupedStatusOffsetCount(PaymentStatus status, List<OffsetCount> offsetCounts)