Interface ProblemSummary
A problem summary.
- Since:
- 8.12
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCount()
The number of follow-up occurrences of the particular problem id.The problem id that exceeded the threshold for the number of allowed events before we start the summarization.
-
Method Details
-
getProblemId
ProblemId getProblemId()The problem id that exceeded the threshold for the number of allowed events before we start the summarization.- Since:
- 8.12
-
getCount
Integer getCount()The number of follow-up occurrences of the particular problem id. The total amount of occurences isthreshold + count
- Since:
- 8.12
-