public final class Baggage
Baggage()
boolean
isEmpty()
Baggage
put(@NonNull() String key, @NonNull() String value)
mergeWith(@Nullable() Baggage other)
String
toString()
Map<String, String>
asMap()
static Baggage
from(@Nullable() String input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
boolean isEmpty()
Baggage put(@NonNull() String key, @NonNull() String value)
@NonNull() Baggage mergeWith(@Nullable() Baggage other)
@NonNull() String toString()
@NonNull() Map<String, String> asMap()
@NonNull() static Baggage from(@Nullable() String input)