ParameterValue.ExperimentValue

public static final class ParameterValue.ExperimentValue extends ParameterValue

Represents an Experiment value.

Public Method Summary

boolean
equals(Object o)
String
getExperimentId()
Gets the ID of the experiment linked to this value.
List<ParameterValue.ExperimentVariantValue>
getExperimentVariantValues()
Gets a collection of variant values served by the experiment.
double
getExposurePercent()
Gets the exposure percentage of the experiment linked to this value.
int

Inherited Method Summary

Public Methods

public boolean equals (Object o)

public String getExperimentId ()

Gets the ID of the experiment linked to this value.

Returns
  • The Experiment ID

public List<ParameterValue.ExperimentVariantValue> getExperimentVariantValues ()

Gets a collection of variant values served by the experiment.

public double getExposurePercent ()

Gets the exposure percentage of the experiment linked to this value.

Returns
  • Exposure percentage of the experiment linked to this value.

public int hashCode ()