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 Details

  • Constructor Details

  • Method Details

    • getKey

      public TagKey getKey()
      Description copied from class: Tag
      Returns the tag's key.
      Specified by:
      getKey in class Tag
      Returns:
      the tag's key.
    • getValue

      public TagValue getValue()
      Description copied from class: Tag
      Returns the tag's value.
      Specified by:
      getValue in class Tag
      Returns:
      the tag's value.
    • getTagMetadata

      public TagMetadata getTagMetadata()
      Description copied from class: Tag
      Returns the TagMetadata associated with this Tag.
      Specified by:
      getTagMetadata in class Tag
      Returns:
      the TagMetadata.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object