Class IncidentStatisticsDto
- java.lang.Object
-
- org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentStatisticsDto
-
public class IncidentStatisticsDto extends Object
- Author:
- roman.smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected int
incidentCount
protected String
incidentType
-
Constructor Summary
Constructors Constructor Description IncidentStatisticsDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIncidentCount()
String
getIncidentType()
void
setIncidentCount(int incidentCount)
void
setIncidentType(String incidentType)
-
-
-
Field Detail
-
incidentType
protected String incidentType
-
incidentCount
protected int incidentCount
-
-