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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns theTagMetadata.TagTtl
of thisTagMetadata
.int
hashCode()
toString()
Methods inherited from class io.opencensus.tags.TagMetadata
create
-
Field Details
-
tagTtl
-
-
Constructor Details
-
AutoValue_TagMetadata
AutoValue_TagMetadata(TagMetadata.TagTtl tagTtl)
-
-
Method Details
-
getTagTtl
Description copied from class:TagMetadata
Returns theTagMetadata.TagTtl
of thisTagMetadata
.- Specified by:
getTagTtl
in classTagMetadata
- Returns:
- the
TagTtl
.
-
toString
-
equals
-
hashCode
public int hashCode()
-