public static final class

ParameterValue.ExperimentValue

extends ParameterValue
java.lang.Object
   ↳ com.google.firebase.remoteconfig.ParameterValue
     ↳ com.google.firebase.remoteconfig.ParameterValue.ExperimentValue

Class Overview

Represents an Experiment value.

Summary

Public Methods
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.
int hashCode()
[Expand]
Inherited Methods
From class com.google.firebase.remoteconfig.ParameterValue
From class java.lang.Object

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 int hashCode ()