Interface ProblemSummary
A problem summary.
- Since:
- 8.12
- See Also:
- 
Method SummaryModifier 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- 
getProblemIdProblemId getProblemId()The problem id that exceeded the threshold for the number of allowed events before we start the summarization.- Since:
- 8.12
 
- 
getCountInteger getCount()The number of follow-up occurrences of the particular problem id. The total amount of occurences isthreshold + count- Since:
- 8.12
 
 
-