@Immutable 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.Entry.public abstract String getKey()
String.String.public abstract String getValue()
String.String.