Class AutoValue_KeyValueImpl

java.lang.Object
io.opentelemetry.api.common.KeyValueImpl
io.opentelemetry.api.common.AutoValue_KeyValueImpl
All Implemented Interfaces:
KeyValue

final class AutoValue_KeyValueImpl extends KeyValueImpl
  • Field Details

    • key

      private final String key
    • value

      private final Value<?> value
  • Constructor Details

    • AutoValue_KeyValueImpl

      AutoValue_KeyValueImpl(String key, Value<?> value)
  • Method Details

    • getKey

      public String getKey()
      Description copied from interface: KeyValue
      Returns the key.
    • getValue

      public Value<?> getValue()
      Description copied from interface: KeyValue
      Returns the value.
    • 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