Package org.apache.unomi.api.goals
Class GoalReport
- java.lang.Object
-
- org.apache.unomi.api.goals.GoalReport
-
- All Implemented Interfaces:
Serializable
public class GoalReport extends Object implements Serializable
Report information about aGoal.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGoalReport.StatStatistics
-
Constructor Summary
Constructors Constructor Description GoalReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoalReport.StatgetGlobalStats()List<GoalReport.Stat>getSplit()voidsetGlobalStats(GoalReport.Stat globalStats)voidsetSplit(List<GoalReport.Stat> split)
-
-
-
Method Detail
-
getGlobalStats
public GoalReport.Stat getGlobalStats()
-
setGlobalStats
public void setGlobalStats(GoalReport.Stat globalStats)
-
getSplit
public List<GoalReport.Stat> getSplit()
-
setSplit
public void setSplit(List<GoalReport.Stat> split)
-
-