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 intincidentCountprotected StringincidentType
-
Constructor Summary
Constructors Constructor Description IncidentStatisticsDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIncidentCount()StringgetIncidentType()voidsetIncidentCount(int incidentCount)voidsetIncidentType(String incidentType)
-
-
-
Field Detail
-
incidentType
protected String incidentType
-
incidentCount
protected int incidentCount
-
-