public class IncidentStatisticsDto extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
incidentCount  | 
protected String | 
incidentType  | 
| Constructor and Description | 
|---|
IncidentStatisticsDto()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getIncidentCount()  | 
String | 
getIncidentType()  | 
void | 
setIncidentCount(int incidentCount)  | 
void | 
setIncidentType(String incidentType)  | 
protected String incidentType
protected int incidentCount
Copyright © 2019. All rights reserved.