Package io.opencensus.tags
Class AutoValue_Tag
java.lang.Object
io.opencensus.tags.Tag
io.opencensus.tags.AutoValue_Tag
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_Tag
extends Tag
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TagKey
private final TagMetadata
private final TagValue
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
tagMetadata
-
-
Constructor Details
-
AutoValue_Tag
AutoValue_Tag(TagKey key, TagValue value, TagMetadata tagMetadata)
-
-
Method Details
-
getKey
Description copied from class:Tag
Returns the tag's key. -
getValue
Description copied from class:Tag
Returns the tag's value. -
getTagMetadata
Description copied from class:Tag
Returns theTagMetadata
associated with thisTag
.- Specified by:
getTagMetadata
in classTag
- Returns:
- the
TagMetadata
.
-
toString
-
equals
-
hashCode
public int hashCode()
-