Class ProblemSummary
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.problems.ProblemSummary
-
public class ProblemSummary extends Object
Stores a new problem summary object- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description List<ProblemSummaryInformation>problemSummary
-
Constructor Summary
Constructors Constructor Description ProblemSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProblemSummary(ProblemSummaryInformation problemSummary)Adds a new problem summary to the list
-
-
-
Field Detail
-
problemSummary
public List<ProblemSummaryInformation> problemSummary
-
-
Method Detail
-
addProblemSummary
public void addProblemSummary(ProblemSummaryInformation problemSummary)
Adds a new problem summary to the list- Parameters:
problemSummary- problem summary to add
-
-