org.camunda.bpm.engine.rest.dto.repository
Class IncidentStatisticsResultDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto
public class IncidentStatisticsResultDto
- extends Object
- Author:
- roman.smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
incidentType
protected String incidentType
incidentCount
protected Integer incidentCount
IncidentStatisticsResultDto
public IncidentStatisticsResultDto()
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.