Class GroupRollout


  • public class GroupRollout
    extends Object
    Properties for defining a rollout for a given group.
    • Constructor Detail

      • GroupRollout

        public GroupRollout()
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getRolloutPercentage

        public double getRolloutPercentage()
        Returns:
        the rolloutPercentage
      • setRolloutPercentage

        public void setRolloutPercentage​(double rolloutPercentage)
        Parameters:
        rolloutPercentage - the rolloutPercentage to set