public final class Experiments extends Object
| Constructor and Description |
|---|
Experiments() |
| Modifier and Type | Method and Description |
|---|---|
List<RampUpRule> |
rampUpRules()
Get the rampUpRules property: List of ramp-up rules.
|
void |
validate()
Validates the instance.
|
Experiments |
withRampUpRules(List<RampUpRule> rampUpRules)
Set the rampUpRules property: List of ramp-up rules.
|
public List<RampUpRule> rampUpRules()
public Experiments withRampUpRules(List<RampUpRule> rampUpRules)
rampUpRules - the rampUpRules value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.