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 class
GoalReport.Stat
Statistics
-
Constructor Summary
Constructors Constructor Description GoalReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoalReport.Stat
getGlobalStats()
List<GoalReport.Stat>
getSplit()
void
setGlobalStats(GoalReport.Stat globalStats)
void
setSplit(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)
-
-