Class Experiments


  • public final class Experiments
    extends Object
    Routing rules in production experiments.
    • Constructor Detail

      • Experiments

        public Experiments()
    • Method Detail

      • rampUpRules

        public List<RampUpRule> rampUpRules()
        Get the rampUpRules property: List of ramp-up rules.
        Returns:
        the rampUpRules value.
      • withRampUpRules

        public Experiments withRampUpRules​(List<RampUpRule> rampUpRules)
        Set the rampUpRules property: List of ramp-up rules.
        Parameters:
        rampUpRules - the rampUpRules value to set.
        Returns:
        the Experiments object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.