Class ProblemDetail
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.problems.ProblemDetail
-
public class ProblemDetail extends Object
Stores a new problem detail object- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description List<ProblemDetailInformation>problemDetails
-
Constructor Summary
Constructors Constructor Description ProblemDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProblemDetail(ProblemDetailInformation problemDetail)Adds a new problem detail to the list
-
-
-
Field Detail
-
problemDetails
public List<ProblemDetailInformation> problemDetails
-
-
Method Detail
-
addProblemDetail
public void addProblemDetail(ProblemDetailInformation problemDetail)
Adds a new problem detail to the list- Parameters:
problemDetail- problem detail to add
-
-