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