Interface BaggageEntry
- All Known Implementing Classes:
AutoValue_ImmutableEntry, ImmutableEntry
@Immutable
public interface BaggageEntry
An entry in a set of baggage.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the entry'sBaggageEntryMetadata.getValue()Returns the entry's value.
-
Method Details
-
getValue
String getValue()Returns the entry's value. -
getMetadata
BaggageEntryMetadata getMetadata()Returns the entry'sBaggageEntryMetadata.
-