Package io.opencensus.metrics
Class AutoValue_LabelValue
- java.lang.Object
-
- io.opencensus.metrics.LabelValue
-
- io.opencensus.metrics.AutoValue_LabelValue
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_LabelValue extends LabelValue
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description AutoValue_LabelValue(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetValue()Returns the value of thisLabelValue.inthashCode()java.lang.StringtoString()-
Methods inherited from class io.opencensus.metrics.LabelValue
create
-
-
-
-
Method Detail
-
getValue
@Nullable public java.lang.String getValue()
Description copied from class:LabelValueReturns the value of thisLabelValue. Returnsnullif the value is unset and supposed to be ignored.- Specified by:
getValuein classLabelValue- Returns:
- the value.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-