Class IncidentStatisticsEntity
- java.lang.Object
-
- org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
-
- All Implemented Interfaces:
IncidentStatistics
public class IncidentStatisticsEntity extends java.lang.Object implements IncidentStatistics
- Author:
- roman.smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected int
incidentCount
protected java.lang.String
incidentType
-
Constructor Summary
Constructors Constructor Description IncidentStatisticsEntity()
-
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()
-
-
-
Method Detail
-
getIncidentType
public java.lang.String getIncidentType()
Description copied from interface:IncidentStatistics
Returns the type of the incidents.- Specified by:
getIncidentType
in interfaceIncidentStatistics
-
setIncidenType
public void setIncidenType(java.lang.String incidentType)
-
getIncidentCount
public int getIncidentCount()
Description copied from interface:IncidentStatistics
Returns the number of incidents to the corresponding incidentType.- Specified by:
getIncidentCount
in interfaceIncidentStatistics
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-