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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Tracestate.Entry
create
-
Field Details
-
key
-
value
-
-
Constructor Details
-
AutoValue_Tracestate_Entry
-
-
Method Details
-
getKey
Description copied from class:Tracestate.EntryReturns the keyString.- Specified by:
getKeyin classTracestate.Entry- Returns:
- the key
String.
-
getValue
Description copied from class:Tracestate.EntryReturns the valueString.- Specified by:
getValuein classTracestate.Entry- Returns:
- the value
String.
-
toString
-
equals
-
hashCode
-