Uses of Class
org.apache.unomi.api.goals.GoalReport.Stat
-
Packages that use GoalReport.Stat Package Description org.apache.unomi.api.goals -
-
Uses of GoalReport.Stat in org.apache.unomi.api.goals
Methods in org.apache.unomi.api.goals that return GoalReport.Stat Modifier and Type Method Description GoalReport.Stat
GoalReport. getGlobalStats()
Methods in org.apache.unomi.api.goals that return types with arguments of type GoalReport.Stat Modifier and Type Method Description List<GoalReport.Stat>
GoalReport. getSplit()
Methods in org.apache.unomi.api.goals with parameters of type GoalReport.Stat Modifier and Type Method Description void
GoalReport. setGlobalStats(GoalReport.Stat globalStats)
Method parameters in org.apache.unomi.api.goals with type arguments of type GoalReport.Stat Modifier and Type Method Description void
GoalReport. setSplit(List<GoalReport.Stat> split)
-