Class IncidentStatisticsResultDto


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

      • incidentType

        protected String incidentType
      • incidentCount

        protected Integer incidentCount
    • Constructor Detail

      • IncidentStatisticsResultDto

        public IncidentStatisticsResultDto()
    • Method Detail

      • getIncidentType

        public String getIncidentType()
      • setIncidentType

        public void setIncidentType​(String incidentType)
      • getIncidentCount

        public Integer getIncidentCount()
      • setIncidentCount

        public void setIncidentCount​(Integer incidentCount)