Package io.opencensus.tags
Class AutoValue_TagMetadata
- java.lang.Object
-
- io.opencensus.tags.TagMetadata
-
- io.opencensus.tags.AutoValue_TagMetadata
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_TagMetadata extends TagMetadata
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.opencensus.tags.TagMetadata
TagMetadata.TagTtl
-
-
Field Summary
Fields Modifier and Type Field Description private TagMetadata.TagTtl
tagTtl
-
Constructor Summary
Constructors Constructor Description AutoValue_TagMetadata(TagMetadata.TagTtl tagTtl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
TagMetadata.TagTtl
getTagTtl()
Returns theTagMetadata.TagTtl
of thisTagMetadata
.int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opencensus.tags.TagMetadata
create
-
-
-
-
Field Detail
-
tagTtl
private final TagMetadata.TagTtl tagTtl
-
-
Constructor Detail
-
AutoValue_TagMetadata
AutoValue_TagMetadata(TagMetadata.TagTtl tagTtl)
-
-
Method Detail
-
getTagTtl
public TagMetadata.TagTtl getTagTtl()
Description copied from class:TagMetadata
Returns theTagMetadata.TagTtl
of thisTagMetadata
.- Specified by:
getTagTtl
in classTagMetadata
- Returns:
- the
TagTtl
.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-