@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class DurationReportResultDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DurationReportResultDto.PeriodUnitEnum
The unit of the given period.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AVERAGE |
static String |
SERIALIZED_NAME_MAXIMUM |
static String |
SERIALIZED_NAME_MINIMUM |
static String |
SERIALIZED_NAME_PERIOD |
static String |
SERIALIZED_NAME_PERIOD_UNIT |
Constructor and Description |
---|
DurationReportResultDto() |
Modifier and Type | Method and Description |
---|---|
DurationReportResultDto |
average(Long average) |
boolean |
equals(Object o) |
Long |
getAverage()
The average duration in milliseconds of all completed process instances which were started in the given period.
|
Long |
getMaximum()
The greatest duration in milliseconds of all completed process instances which were started in the given period.
|
Long |
getMinimum()
The smallest duration in milliseconds of all completed process instances which were started in the given period.
|
Integer |
getPeriod()
Specifies a timespan within a year.
|
DurationReportResultDto.PeriodUnitEnum |
getPeriodUnit()
The unit of the given period.
|
int |
hashCode() |
DurationReportResultDto |
maximum(Long maximum) |
DurationReportResultDto |
minimum(Long minimum) |
DurationReportResultDto |
period(Integer period) |
DurationReportResultDto |
periodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit) |
void |
setAverage(Long average) |
void |
setMaximum(Long maximum) |
void |
setMinimum(Long minimum) |
void |
setPeriod(Integer period) |
void |
setPeriodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit) |
String |
toString() |
public static final String SERIALIZED_NAME_PERIOD
public static final String SERIALIZED_NAME_PERIOD_UNIT
public static final String SERIALIZED_NAME_MINIMUM
public static final String SERIALIZED_NAME_MAXIMUM
public static final String SERIALIZED_NAME_AVERAGE
public DurationReportResultDto period(Integer period)
@Nullable public Integer getPeriod()
public void setPeriod(Integer period)
public DurationReportResultDto periodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit)
@Nullable public DurationReportResultDto.PeriodUnitEnum getPeriodUnit()
public void setPeriodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit)
public DurationReportResultDto minimum(Long minimum)
@Nullable public Long getMinimum()
public void setMinimum(Long minimum)
public DurationReportResultDto maximum(Long maximum)
@Nullable public Long getMaximum()
public void setMaximum(Long maximum)
public DurationReportResultDto average(Long average)
@Nullable public Long getAverage()
public void setAverage(Long average)
Copyright © 2022. All rights reserved.