Interface IncidentStatistics
- 
- All Known Implementing Classes:
- IncidentStatisticsEntity
 
 public interface IncidentStatisticsRepresents a statistic which the aggregate number of incidents to the corresponding incident type.- Author:
- roman.smirnov
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIncidentCount()Returns the number of incidents to the corresponding incidentType.StringgetIncidentType()Returns the type of the incidents.
 
- 
- 
- 
Method Detail- 
getIncidentTypeString getIncidentType() Returns the type of the incidents.
 - 
getIncidentCountint getIncidentCount() Returns the number of incidents to the corresponding incidentType.
 
- 
 
-