public static interface TreatmentConfig.Builder extends SdkPojo, CopyableBuilder<TreatmentConfig.Builder,TreatmentConfig>
| Modifier and Type | Method and Description |
|---|---|
TreatmentConfig.Builder |
description(String description)
A description for this treatment.
|
TreatmentConfig.Builder |
feature(String feature)
The feature that this experiment is testing.
|
TreatmentConfig.Builder |
name(String name)
A name for this treatment.
|
TreatmentConfig.Builder |
variation(String variation)
The name of the variation to use as this treatment in the experiment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTreatmentConfig.Builder description(String description)
A description for this treatment.
description - A description for this treatment.TreatmentConfig.Builder feature(String feature)
The feature that this experiment is testing.
feature - The feature that this experiment is testing.TreatmentConfig.Builder name(String name)
A name for this treatment.
name - A name for this treatment.TreatmentConfig.Builder variation(String variation)
The name of the variation to use as this treatment in the experiment.
variation - The name of the variation to use as this treatment in the experiment.Copyright © 2022. All rights reserved.