org.camunda.bpm.engine.rest.dto
Class StatisticsResultDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.StatisticsResultDto
Direct Known Subclasses:
ActivityStatisticsResultDto, ProcessDefinitionStatisticsResultDto

public abstract class StatisticsResultDto
extends Object


Field Summary
protected  Integer failedJobs
           
protected  String id
           
protected  List<IncidentStatisticsResultDto> incidents
           
protected  Integer instances
           
 
Constructor Summary
StatisticsResultDto()
           
 
Method Summary
 Integer getFailedJobs()
           
 String getId()
           
 List<IncidentStatisticsResultDto> getIncidents()
           
 Integer getInstances()
           
 void setFailedJobs(Integer failedJobs)
           
 void setId(String id)
           
 void setIncidents(List<IncidentStatisticsResultDto> incidents)
           
 void setInstances(Integer instances)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

instances

protected Integer instances

failedJobs

protected Integer failedJobs

incidents

protected List<IncidentStatisticsResultDto> incidents
Constructor Detail

StatisticsResultDto

public StatisticsResultDto()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getInstances

public Integer getInstances()

setInstances

public void setInstances(Integer instances)

getFailedJobs

public Integer getFailedJobs()

setFailedJobs

public void setFailedJobs(Integer failedJobs)

getIncidents

public List<IncidentStatisticsResultDto> getIncidents()

setIncidents

public void setIncidents(List<IncidentStatisticsResultDto> incidents)


Copyright © 2016 camunda services GmbH. All rights reserved.