org.camunda.bpm.engine.rest.dto.repository
Class IncidentStatisticsResultDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto

public class IncidentStatisticsResultDto
extends Object

Author:
roman.smirnov

Field Summary
protected  Integer incidentCount
           
protected  String incidentType
           
 
Constructor Summary
IncidentStatisticsResultDto()
           
 
Method Summary
static IncidentStatisticsResultDto fromIncidentStatistics(IncidentStatistics statistics)
           
 Integer getIncidentCount()
           
 String getIncidentType()
           
 void setIncidentCount(Integer incidentCount)
           
 void setIncidentType(String incidentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

fromIncidentStatistics

public static IncidentStatisticsResultDto fromIncidentStatistics(IncidentStatistics statistics)


Copyright © 2016 camunda services GmbH. All rights reserved.