Package io.opencensus.metrics
Class AutoValue_LabelKey
- java.lang.Object
-
- io.opencensus.metrics.LabelKey
-
- io.opencensus.metrics.AutoValue_LabelKey
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_LabelKey extends LabelKey
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringdescriptionprivate java.lang.Stringkey
-
Constructor Summary
Constructors Constructor Description AutoValue_LabelKey(java.lang.String key, java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()Returns the description of thisLabelKey.java.lang.StringgetKey()Returns the key of thisLabelKey.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
Description copied from class:LabelKeyReturns the key of thisLabelKey.
-
getDescription
public java.lang.String getDescription()
Description copied from class:LabelKeyReturns the description of thisLabelKey.- Specified by:
getDescriptionin classLabelKey- Returns:
- the description.
-
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
-
-