Package io.opencensus.trace
Class Tracestate.Entry
java.lang.Object
io.opencensus.trace.Tracestate.Entry
- Direct Known Subclasses:
AutoValue_Tracestate_Entry
- Enclosing class:
Tracestate
Immutable key-value pair for
Tracestate.- Since:
- 0.16
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Entry
Entry()
-
-
Method Details
-
create
Creates a newEntryfor theTracestate.- Parameters:
key- the Entry's key.value- the Entry's value.- Since:
- 0.16
-
getKey
Returns the keyString.- Returns:
- the key
String. - Since:
- 0.16
-
getValue
Returns the valueString.- Returns:
- the value
String. - Since:
- 0.16
-