public abstract class ReportResultDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
period |
protected String |
periodUnit |
| Constructor and Description |
|---|
ReportResultDto() |
| Modifier and Type | Method and Description |
|---|---|
static ReportResultDto |
fromReportResult(ReportResult reportResult) |
int |
getPeriod() |
String |
getPeriodUnit() |
protected int period
protected String periodUnit
public int getPeriod()
public String getPeriodUnit()
public static ReportResultDto fromReportResult(ReportResult reportResult)
Copyright © 2018 camunda services GmbH. All rights reserved.