Interface MetricResult.Builder

  • Method Details

    • metricName

      MetricResult.Builder metricName(String metricName)

      The name of the metric.

      Parameters:
      metricName - The name of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricValue

      MetricResult.Builder metricValue(Double metricValue)

      The value for the metric.

      Parameters:
      metricValue - The value for the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.