Class MetricsIntervalResultDto
java.lang.Object
org.camunda.community.rest.client.dto.MetricsIntervalResultDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class MetricsIntervalResultDto
extends Object
MetricsIntervalResultDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()The name of the metric.org.openapitools.jackson.nullable.JsonNullable<String>The reporter of the metric.org.openapitools.jackson.nullable.JsonNullable<String>The interval timestamp.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getValue()The value of the metric aggregated by the interval.org.openapitools.jackson.nullable.JsonNullable<Long>inthashCode()voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidsetReporter(String reporter) voidsetReporter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> reporter) voidsetTimestamp(OffsetDateTime timestamp) voidsetTimestamp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> timestamp) voidvoidsetValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> value) timestamp(OffsetDateTime timestamp) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TIMESTAMP
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_REPORTER
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
MetricsIntervalResultDto
public MetricsIntervalResultDto()
-
-
Method Details
-
timestamp
-
getTimestamp
The interval timestamp.- Returns:
- timestamp
-
getTimestamp_JsonNullable
-
setTimestamp_JsonNullable
public void setTimestamp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> timestamp) -
setTimestamp
-
name
-
getName
The name of the metric.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
reporter
-
getReporter
The reporter of the metric. `null` if the metrics are aggregated by reporter.- Returns:
- reporter
-
getReporter_JsonNullable
-
setReporter_JsonNullable
public void setReporter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> reporter) -
setReporter
-
value
-
getValue
The value of the metric aggregated by the interval.- Returns:
- value
-
getValue_JsonNullable
-
setValue_JsonNullable
-
setValue
-
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
-