Uses of Class
dev.vality.damsel.analytics.OffsetAmount
-
Uses of OffsetAmount in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics with type parameters of type OffsetAmount Modifier and Type Field Description List<OffsetAmount>GroupedCurrencyOffsetAmount. offset_amountsMethods in dev.vality.damsel.analytics that return OffsetAmount Modifier and Type Method Description OffsetAmountOffsetAmount. deepCopy()OffsetAmountOffsetAmount. setAmount(long amount)OffsetAmountOffsetAmount. setOffset(long offset)Methods in dev.vality.damsel.analytics that return types with arguments of type OffsetAmount Modifier and Type Method Description List<OffsetAmount>GroupedCurrencyOffsetAmount. getOffsetAmounts()Iterator<OffsetAmount>GroupedCurrencyOffsetAmount. getOffsetAmountsIterator()Methods in dev.vality.damsel.analytics with parameters of type OffsetAmount Modifier and Type Method Description voidGroupedCurrencyOffsetAmount. addToOffsetAmounts(OffsetAmount elem)intOffsetAmount. compareTo(OffsetAmount other)booleanOffsetAmount. equals(OffsetAmount that)Method parameters in dev.vality.damsel.analytics with type arguments of type OffsetAmount Modifier and Type Method Description GroupedCurrencyOffsetAmountGroupedCurrencyOffsetAmount. setOffsetAmounts(List<OffsetAmount> offset_amounts)Constructors in dev.vality.damsel.analytics with parameters of type OffsetAmount Constructor Description OffsetAmount(OffsetAmount other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.analytics with type arguments of type OffsetAmount Constructor Description GroupedCurrencyOffsetAmount(String currency, List<OffsetAmount> offset_amounts)