Interface BaselineMetric.Builder

    • Method Detail

      • name

        BaselineMetric.Builder name​(String name)

        The name of the metric.

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

        BaselineMetric.Builder value​(Double value)

        The value for the metric.

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