ParameterValue.Explicit

public static final class ParameterValue.Explicit extends ParameterValue

Represents an explicit Remote Config parameter value with a value that the parameter is set to.

Public Method Summary

boolean
equals(Object o)
String
getValue()
Gets the value of ParameterValue.Explicit.
int

Inherited Method Summary

Public Methods

public boolean equals (Object o)

public String getValue ()

Gets the value of ParameterValue.Explicit.

Returns
  • The value.

public int hashCode ()