Package io.opencensus.trace
Class AutoValue_Tracestate_Entry
- java.lang.Object
-
- io.opencensus.trace.Tracestate.Entry
-
- io.opencensus.trace.AutoValue_Tracestate_Entry
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_Tracestate_Entry extends Tracestate.Entry
-
-
Constructor Summary
Constructors Constructor Description AutoValue_Tracestate_Entry(java.lang.String key, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getKey()
Returns the keyString
.java.lang.String
getValue()
Returns the valueString
.int
hashCode()
java.lang.String
toString()
-
Methods inherited from class io.opencensus.trace.Tracestate.Entry
create
-
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
Description copied from class:Tracestate.Entry
Returns the keyString
.- Specified by:
getKey
in classTracestate.Entry
- Returns:
- the key
String
.
-
getValue
public java.lang.String getValue()
Description copied from class:Tracestate.Entry
Returns the valueString
.- Specified by:
getValue
in classTracestate.Entry
- Returns:
- the value
String
.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-