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 TagMetadata
TagMetadata.TagTtl -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns theTagMetadata.TagTtlof thisTagMetadata.inthashCode()toString()Methods inherited from class TagMetadata
create
-
Field Details
-
tagTtl
-
-
Constructor Details
-
AutoValue_TagMetadata
AutoValue_TagMetadata(TagMetadata.TagTtl tagTtl)
-
-
Method Details
-
getTagTtl
Description copied from class:TagMetadataReturns theTagMetadata.TagTtlof thisTagMetadata.- Specified by:
getTagTtlin classTagMetadata- Returns:
- the
TagTtl.
-
toString
-
equals
-
hashCode
-