Class IncidentStatisticsDto

java.lang.Object
org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentStatisticsDto

public class IncidentStatisticsDto extends Object
Author:
roman.smirnov
  • Field Details

    • incidentType

      protected String incidentType
    • incidentCount

      protected int incidentCount
  • Constructor Details

    • IncidentStatisticsDto

      public IncidentStatisticsDto()
  • Method Details

    • getIncidentType

      public String getIncidentType()
    • setIncidentType

      public void setIncidentType(String incidentType)
    • getIncidentCount

      public int getIncidentCount()
    • setIncidentCount

      public void setIncidentCount(int incidentCount)