@Immutable public abstract class LabelValue extends Object
Label associated with a TimeSeries.| Modifier and Type | Method and Description |
|---|---|
static LabelValue |
create(String value)
Creates a
LabelValue. |
abstract String |
getValue()
Returns the value of this
LabelValue. |
public static LabelValue create(@Nullable String value)
LabelValue.value - the value of a Label. null value indicates an unset LabelValue.LabelValue.@Nullable public abstract String getValue()
LabelValue. Returns null if the value is unset and
supposed to be ignored.