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.TagTtltagTtl
-
Constructor Summary
Constructors Constructor Description AutoValue_TagMetadata(TagMetadata.TagTtl tagTtl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)TagMetadata.TagTtlgetTagTtl()Returns theTagMetadata.TagTtlof thisTagMetadata.inthashCode()java.lang.StringtoString()-
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:TagMetadataReturns theTagMetadata.TagTtlof thisTagMetadata.- Specified by:
getTagTtlin classTagMetadata- Returns:
- the
TagTtl.
-
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
-
-