Class IncidentStatisticsDto


  • public class IncidentStatisticsDto
    extends java.lang.Object
    Author:
    roman.smirnov
    • Field Detail

      • incidentType

        protected java.lang.String incidentType
      • incidentCount

        protected int incidentCount
    • Constructor Detail

      • IncidentStatisticsDto

        public IncidentStatisticsDto()
    • Method Detail

      • getIncidentType

        public java.lang.String getIncidentType()
      • setIncidentType

        public void setIncidentType​(java.lang.String incidentType)
      • getIncidentCount

        public int getIncidentCount()
      • setIncidentCount

        public void setIncidentCount​(int incidentCount)