Interface IncidentStatistics
- All Known Implementing Classes:
- IncidentStatisticsEntity
public interface IncidentStatistics
Represents a statistic which the aggregate number of incidents to
 the corresponding incident type.
- Author:
- roman.smirnov
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the number of incidents to the corresponding incidentType.Returns the type of the incidents.
- 
Method Details- 
getIncidentTypeString getIncidentType()Returns the type of the incidents.
- 
getIncidentCountint getIncidentCount()Returns the number of incidents to the corresponding incidentType.
 
-