Class DurationReportResultDto
java.lang.Object
org.camunda.community.rest.client.dto.DurationReportResultDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class DurationReportResultDto
extends Object
DurationReportResultDto
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe unit of the given period. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe average duration in milliseconds of all completed process instances which were started in the given period.org.openapitools.jackson.nullable.JsonNullable<Long>The greatest duration in milliseconds of all completed process instances which were started in the given period.org.openapitools.jackson.nullable.JsonNullable<Long>The smallest duration in milliseconds of all completed process instances which were started in the given period.org.openapitools.jackson.nullable.JsonNullable<Long>Specifies a timespan within a year.org.openapitools.jackson.nullable.JsonNullable<Integer>The unit of the given period.org.openapitools.jackson.nullable.JsonNullable<DurationReportResultDto.PeriodUnitEnum>inthashCode()periodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit) voidsetAverage(Long average) voidsetAverage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> average) voidsetMaximum(Long maximum) voidsetMaximum_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> maximum) voidsetMinimum(Long minimum) voidsetMinimum_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> minimum) voidvoidsetPeriod_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> period) voidsetPeriodUnit(DurationReportResultDto.PeriodUnitEnum periodUnit) voidsetPeriodUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<DurationReportResultDto.PeriodUnitEnum> periodUnit) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PERIOD
- See Also:
-
JSON_PROPERTY_PERIOD_UNIT
- See Also:
-
JSON_PROPERTY_MINIMUM
- See Also:
-
JSON_PROPERTY_MAXIMUM
- See Also:
-
JSON_PROPERTY_AVERAGE
- See Also:
-
-
Constructor Details
-
DurationReportResultDto
public DurationReportResultDto()
-
-
Method Details
-
period
-
getPeriod
Specifies a timespan within a year. **Note:** The period must be interpreted in conjunction with the returned `periodUnit`.- Returns:
- period
-
getPeriod_JsonNullable
-
setPeriod_JsonNullable
-
setPeriod
-
periodUnit
-
getPeriodUnit
The unit of the given period. Possible values are `MONTH` and `QUARTER`.- Returns:
- periodUnit
-
getPeriodUnit_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<DurationReportResultDto.PeriodUnitEnum> getPeriodUnit_JsonNullable() -
setPeriodUnit_JsonNullable
public void setPeriodUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<DurationReportResultDto.PeriodUnitEnum> periodUnit) -
setPeriodUnit
-
minimum
-
getMinimum
The smallest duration in milliseconds of all completed process instances which were started in the given period.- Returns:
- minimum
-
getMinimum_JsonNullable
-
setMinimum_JsonNullable
-
setMinimum
-
maximum
-
getMaximum
The greatest duration in milliseconds of all completed process instances which were started in the given period.- Returns:
- maximum
-
getMaximum_JsonNullable
-
setMaximum_JsonNullable
-
setMaximum
-
average
-
getAverage
The average duration in milliseconds of all completed process instances which were started in the given period.- Returns:
- average
-
getAverage_JsonNullable
-
setAverage_JsonNullable
-
setAverage
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-