ParameterValue.RolloutValue

public static final class ParameterValue.RolloutValue extends ParameterValue

Represents a Rollout value.

Public Method Summary

boolean
equals(Object o)
double
getPercent()
Gets the rollout percentage representing the exposure of rollout value in the target audience.
String
getRolloutId()
Gets the ID of the Rollout linked to this value.
String
getValue()
Gets the value that is being rolled out.
int

Inherited Method Summary

Public Methods

public boolean equals (Object o)

public double getPercent ()

Gets the rollout percentage representing the exposure of rollout value in the target audience.

Returns
  • Percentage of audience exposed to the rollout

public String getRolloutId ()

Gets the ID of the Rollout linked to this value.

Returns
  • The Rollout ID

public String getValue ()

Gets the value that is being rolled out.

Returns
  • The rollout value

public int hashCode ()