Class IncidentStatisticsResultDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto

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

    • incidentType

      protected String incidentType
    • incidentCount

      protected Integer incidentCount
  • Constructor Details

    • IncidentStatisticsResultDto

      public IncidentStatisticsResultDto()
  • Method Details

    • getIncidentType

      public String getIncidentType()
    • setIncidentType

      public void setIncidentType(String incidentType)
    • getIncidentCount

      public Integer getIncidentCount()
    • setIncidentCount

      public void setIncidentCount(Integer incidentCount)
    • fromIncidentStatistics

      public static IncidentStatisticsResultDto fromIncidentStatistics(IncidentStatistics statistics)