public static interface Treatment.Builder extends SdkPojo, CopyableBuilder<Treatment.Builder,Treatment>
| Modifier and Type | Method and Description |
|---|---|
Treatment.Builder |
description(String description)
The description of the treatment.
|
Treatment.Builder |
featureVariations(Map<String,String> featureVariations)
The feature variation used for this treatment.
|
Treatment.Builder |
name(String name)
The name of this treatment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTreatment.Builder description(String description)
The description of the treatment.
description - The description of the treatment.Treatment.Builder featureVariations(Map<String,String> featureVariations)
The feature variation used for this treatment. This is a key-value pair. The key is the feature name, and the value is the variation name.
featureVariations - The feature variation used for this treatment. This is a key-value pair. The key is the feature name,
and the value is the variation name.Treatment.Builder name(String name)
The name of this treatment.
name - The name of this treatment.Copyright © 2023. All rights reserved.