Class AutoValue_TagKey

java.lang.Object
io.opencensus.tags.TagKey
io.opencensus.tags.AutoValue_TagKey

@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_TagKey extends TagKey
  • Field Details

    • name

      private final String name
  • Constructor Details

    • AutoValue_TagKey

      AutoValue_TagKey(String name)
  • Method Details

    • getName

      public String getName()
      Description copied from class: TagKey
      Returns the name of the key.
      Specified by:
      getName in class TagKey
      Returns:
      the name of the key.
    • 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