Class ImmutableEntry

    • Constructor Detail

      • ImmutableEntry

        ImmutableEntry()
    • Method Detail

      • create

        static ImmutableEntry create​(java.lang.String value,
                                     BaggageEntryMetadata entryMetadata)
        Creates an Entry from the given key, value and metadata.
        Parameters:
        value - the entry value.
        entryMetadata - the entry metadata.
        Returns:
        a Entry.