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
-
-
Field Summary
Fields Modifier and Type Field Description protected longaverageprotected longmaximumprotected longminimum-
Fields inherited from class org.camunda.bpm.engine.rest.dto.history.ReportResultDto
period, periodUnit
-
-
Constructor Summary
Constructors Constructor Description DurationReportResultDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DurationReportResultDtofromDurationReportResult(org.camunda.bpm.engine.history.DurationReportResult durationReport)longgetAverage()longgetMaximum()longgetMinimum()-
Methods inherited from class org.camunda.bpm.engine.rest.dto.history.ReportResultDto
fromReportResult, getPeriod, getPeriodUnit
-
-
-
-
Method Detail
-
getMinimum
public long getMinimum()
-
getMaximum
public long getMaximum()
-
getAverage
public long getAverage()
-
fromDurationReportResult
public static DurationReportResultDto fromDurationReportResult(org.camunda.bpm.engine.history.DurationReportResult durationReport)
-
-