public class IncidentStatisticsResultDto extends Object
Modifier and Type | Field and Description |
---|---|
protected Integer |
incidentCount |
protected String |
incidentType |
Constructor and Description |
---|
IncidentStatisticsResultDto() |
Modifier and Type | Method and Description |
---|---|
static IncidentStatisticsResultDto |
fromIncidentStatistics(IncidentStatistics statistics) |
Integer |
getIncidentCount() |
String |
getIncidentType() |
void |
setIncidentCount(Integer incidentCount) |
void |
setIncidentType(String incidentType) |
protected String incidentType
protected Integer incidentCount
public String getIncidentType()
public void setIncidentType(String incidentType)
public Integer getIncidentCount()
public void setIncidentCount(Integer incidentCount)
public static IncidentStatisticsResultDto fromIncidentStatistics(IncidentStatistics statistics)
Copyright © 2015. All rights reserved.