Class ReportResultDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.history.ReportResultDto
-
- Direct Known Subclasses:
DurationReportResultDto
public abstract class ReportResultDto extends java.lang.Object
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected int
period
protected java.lang.String
periodUnit
-
Constructor Summary
Constructors Constructor Description ReportResultDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportResultDto
fromReportResult(ReportResult reportResult)
int
getPeriod()
java.lang.String
getPeriodUnit()
-
-
-
Method Detail
-
getPeriod
public int getPeriod()
-
getPeriodUnit
public java.lang.String getPeriodUnit()
-
fromReportResult
public static ReportResultDto fromReportResult(ReportResult reportResult)
-
-