Class GroupRollout
- java.lang.Object
-
- com.azure.spring.cloud.feature.manager.targeting.GroupRollout
-
public class GroupRollout extends Object
Properties for defining a rollout for a given group.
-
-
Constructor Summary
Constructors Constructor Description GroupRollout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()doublegetRolloutPercentage()voidsetName(String name)voidsetRolloutPercentage(double rolloutPercentage)
-
-
-
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
-
-