public class GoalReport extends Object implements Serializable
Goal
.Modifier and Type | Class and Description |
---|---|
static class |
GoalReport.Stat
Statistics
|
Constructor and Description |
---|
GoalReport() |
Modifier and Type | Method and Description |
---|---|
GoalReport.Stat |
getGlobalStats() |
List<GoalReport.Stat> |
getSplit() |
void |
setGlobalStats(GoalReport.Stat globalStats) |
void |
setSplit(List<GoalReport.Stat> split) |
public GoalReport.Stat getGlobalStats()
public void setGlobalStats(GoalReport.Stat globalStats)
public List<GoalReport.Stat> getSplit()
public void setSplit(List<GoalReport.Stat> split)
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.