Uses of Class
dev.vality.damsel.analytics.GroupedCurrencyOffsetCount
-
Uses of GroupedCurrencyOffsetCount in dev.vality.damsel.analytics
Fields in dev.vality.damsel.analytics with type parameters of type GroupedCurrencyOffsetCount Modifier and Type Field Description List<GroupedCurrencyOffsetCount>SplitCountResponse. payment_tools_destrobutionsMethods in dev.vality.damsel.analytics that return GroupedCurrencyOffsetCount Modifier and Type Method Description GroupedCurrencyOffsetCountGroupedCurrencyOffsetCount. deepCopy()GroupedCurrencyOffsetCountGroupedCurrencyOffsetCount. setCurrency(String currency)GroupedCurrencyOffsetCountGroupedCurrencyOffsetCount. setOffsetAmounts(List<GroupedStatusOffsetCount> offset_amounts)Methods in dev.vality.damsel.analytics that return types with arguments of type GroupedCurrencyOffsetCount Modifier and Type Method Description List<GroupedCurrencyOffsetCount>SplitCountResponse. getPaymentToolsDestrobutions()Iterator<GroupedCurrencyOffsetCount>SplitCountResponse. getPaymentToolsDestrobutionsIterator()Methods in dev.vality.damsel.analytics with parameters of type GroupedCurrencyOffsetCount Modifier and Type Method Description voidSplitCountResponse. addToPaymentToolsDestrobutions(GroupedCurrencyOffsetCount elem)intGroupedCurrencyOffsetCount. compareTo(GroupedCurrencyOffsetCount other)booleanGroupedCurrencyOffsetCount. equals(GroupedCurrencyOffsetCount that)Method parameters in dev.vality.damsel.analytics with type arguments of type GroupedCurrencyOffsetCount Modifier and Type Method Description SplitCountResponseSplitCountResponse. setPaymentToolsDestrobutions(List<GroupedCurrencyOffsetCount> payment_tools_destrobutions)Constructors in dev.vality.damsel.analytics with parameters of type GroupedCurrencyOffsetCount Constructor Description GroupedCurrencyOffsetCount(GroupedCurrencyOffsetCount other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.analytics with type arguments of type GroupedCurrencyOffsetCount Constructor Description SplitCountResponse(List<GroupedCurrencyOffsetCount> payment_tools_destrobutions, SplitUnit result_split_unit)