public static interface VariableValue.Builder extends SdkPojo, CopyableBuilder<VariableValue.Builder,VariableValue>
| Modifier and Type | Method and Description |
|---|---|
VariableValue.Builder |
boolValue(Boolean boolValue)
If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
|
VariableValue.Builder |
doubleValue(Double doubleValue)
If this feature uses the double integer variation type, this field contains the double integer value of this
variation.
|
VariableValue.Builder |
longValue(Long longValue)
If this feature uses the long variation type, this field contains the long value of this variation.
|
VariableValue.Builder |
stringValue(String stringValue)
If this feature uses the string variation type, this field contains the string value of this variation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVariableValue.Builder boolValue(Boolean boolValue)
If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
boolValue - If this feature uses the Boolean variation type, this field contains the Boolean value of this
variation.VariableValue.Builder doubleValue(Double doubleValue)
If this feature uses the double integer variation type, this field contains the double integer value of this variation.
doubleValue - If this feature uses the double integer variation type, this field contains the double integer value
of this variation.VariableValue.Builder longValue(Long longValue)
If this feature uses the long variation type, this field contains the long value of this variation.
longValue - If this feature uses the long variation type, this field contains the long value of this variation.VariableValue.Builder stringValue(String stringValue)
If this feature uses the string variation type, this field contains the string value of this variation.
stringValue - If this feature uses the string variation type, this field contains the string value of this
variation.Copyright © 2022. All rights reserved.