Class IncidentStatisticsEntity

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int incidentCount  
      protected java.lang.String incidentType  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIncidentCount()
      Returns the number of incidents to the corresponding incidentType.
      java.lang.String getIncidentType()
      Returns the type of the incidents.
      void setIncidenType​(java.lang.String incidentType)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • incidentType

        protected java.lang.String incidentType
      • incidentCount

        protected int incidentCount
    • Constructor Detail

      • IncidentStatisticsEntity

        public IncidentStatisticsEntity()
    • Method Detail

      • setIncidenType

        public void setIncidenType​(java.lang.String incidentType)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object