Interface ExperimentResultsData.Builder

    • Method Detail

      • metricName

        ExperimentResultsData.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.
      • treatmentName

        ExperimentResultsData.Builder treatmentName​(String treatmentName)

        The treatment, or variation, that returned the values in this structure.

        Parameters:
        treatmentName - The treatment, or variation, that returned the values in this structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ExperimentResultsData.Builder values​(Collection<Double> values)

        The values for the metricName that were recorded in the experiment.

        Parameters:
        values - The values for the metricName that were recorded in the experiment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ExperimentResultsData.Builder values​(Double... values)

        The values for the metricName that were recorded in the experiment.

        Parameters:
        values - The values for the metricName that were recorded in the experiment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.