@Immutable @ExperimentalApi public abstract static class Tracestate.Entry extends Object
Tracestate
.Modifier and Type | Method and Description |
---|---|
static Tracestate.Entry |
create(String key,
String value)
Creates a new
Entry for the Tracestate . |
abstract String |
getKey()
Returns the key
String . |
abstract String |
getValue()
Returns the value
String . |
public static Tracestate.Entry create(String key, String value)
Entry
for the Tracestate
.key
- the Entry's key.value
- the Entry's value.public abstract String getKey()
String
.String
.public abstract String getValue()
String
.String
.