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 Details

  • Constructor Details

    • MetricsIntervalResultDto

      public MetricsIntervalResultDto()
  • Method Details

    • timestamp

      public MetricsIntervalResultDto timestamp(OffsetDateTime timestamp)
    • getTimestamp

      @Nullable public OffsetDateTime getTimestamp()
      The interval timestamp.
      Returns:
      timestamp
    • getTimestamp_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getTimestamp_JsonNullable()
    • setTimestamp_JsonNullable

      public void setTimestamp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> timestamp)
    • setTimestamp

      public void setTimestamp(OffsetDateTime timestamp)
    • name

      public MetricsIntervalResultDto name(String name)
    • getName

      @Nullable public String getName()
      The name of the metric.
      Returns:
      name
    • getName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getName_JsonNullable()
    • setName_JsonNullable

      public void setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name)
    • setName

      public void setName(String name)
    • reporter

      public MetricsIntervalResultDto reporter(String reporter)
    • getReporter

      @Nullable public String getReporter()
      The reporter of the metric. `null` if the metrics are aggregated by reporter.
      Returns:
      reporter
    • getReporter_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getReporter_JsonNullable()
    • setReporter_JsonNullable

      public void setReporter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> reporter)
    • setReporter

      public void setReporter(String reporter)
    • value

      public MetricsIntervalResultDto value(Long value)
    • getValue

      @Nullable public Long getValue()
      The value of the metric aggregated by the interval.
      Returns:
      value
    • getValue_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getValue_JsonNullable()
    • setValue_JsonNullable

      public void setValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> value)
    • setValue

      public void setValue(Long value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string