org.camunda.bpm.engine.rest.dto.history
Class DurationReportResultDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.ReportResultDto
org.camunda.bpm.engine.rest.dto.history.DurationReportResultDto
public class DurationReportResultDto
- extends ReportResultDto
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
minimum
protected long minimum
maximum
protected long maximum
average
protected long average
DurationReportResultDto
public DurationReportResultDto()
getMinimum
public long getMinimum()
getMaximum
public long getMaximum()
getAverage
public long getAverage()
fromDurationReportResult
public static DurationReportResultDto fromDurationReportResult(DurationReportResult durationReport)
Copyright © 2016 camunda services GmbH. All rights reserved.