Interface TreatmentConfig.Builder

  • Method Details

    • description

      TreatmentConfig.Builder description(String description)

      A description for this treatment.

      Parameters:
      description - A description for this treatment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • feature

      TreatmentConfig.Builder feature(String feature)

      The feature that this experiment is testing.

      Parameters:
      feature - The feature that this experiment is testing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A name for this treatment.

      Parameters:
      name - A name for this treatment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • variation

      TreatmentConfig.Builder variation(String variation)

      The name of the variation to use as this treatment in the experiment.

      Parameters:
      variation - The name of the variation to use as this treatment in the experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.