Interface MetricQueryResult.Builder

  • Method Details

    • status

      The status of the metric query.

      Parameters:
      status - The status of the metric query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the metric query.

      Parameters:
      status - The status of the metric query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      A message describing the status of the metric query.

      Parameters:
      message - A message describing the status of the metric query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • xAxisValues

      MetricQueryResult.Builder xAxisValues(Collection<Long> xAxisValues)

      The values for the x-axis of the metrics.

      Parameters:
      xAxisValues - The values for the x-axis of the metrics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • xAxisValues

      MetricQueryResult.Builder xAxisValues(Long... xAxisValues)

      The values for the x-axis of the metrics.

      Parameters:
      xAxisValues - The values for the x-axis of the metrics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricValues

      MetricQueryResult.Builder metricValues(Collection<Double> metricValues)

      The metric values retrieved by the query.

      Parameters:
      metricValues - The metric values retrieved by the query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricValues

      MetricQueryResult.Builder metricValues(Double... metricValues)

      The metric values retrieved by the query.

      Parameters:
      metricValues - The metric values retrieved by the query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.