Class IncidentStatisticsResultDto


  • public class IncidentStatisticsResultDto
    extends Object
    IncidentStatisticsResultDto
    • Constructor Detail

      • IncidentStatisticsResultDto

        public IncidentStatisticsResultDto()
    • Method Detail

      • getIncidentType

        public String getIncidentType()
        The type of the incident the number of incidents is aggregated for. See the [User Guide](https://docs.camunda.org/manual/7.18/user-guide/process-engine/incidents/#incident-types) for a list of incident types.
        Returns:
        incidentType
      • setIncidentType

        public void setIncidentType​(String incidentType)
      • getIncidentCount

        public Integer getIncidentCount()
        The total number of incidents for the corresponding incident type.
        Returns:
        incidentCount
      • setIncidentCount

        public void setIncidentCount​(Integer incidentCount)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object