Interface ExperimentResultsData.Builder

  • Method Details

    • 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.
    • resultStat

      ExperimentResultsData.Builder resultStat(String resultStat)

      The experiment statistic that these results pertain to.

      Parameters:
      resultStat - The experiment statistic that these results pertain to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resultStat

      The experiment statistic that these results pertain to.

      Parameters:
      resultStat - The experiment statistic that these results pertain to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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.