Package io.sentry

Class BaggageHeader


  • @Experimental
    public final class BaggageHeader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NotNull java.lang.String BAGGAGE_HEADER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.lang.String getName()  
      @NotNull java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BAGGAGE_HEADER

        @NotNull
        public static final @NotNull java.lang.String BAGGAGE_HEADER
        See Also:
        Constant Field Values
    • Constructor Detail

      • BaggageHeader

        public BaggageHeader​(@NotNull
                             @NotNull java.lang.String value)
      • BaggageHeader

        public BaggageHeader​(@NotNull
                             @NotNull Baggage baggage)
    • Method Detail

      • getName

        @NotNull
        public @NotNull java.lang.String getName()
      • getValue

        @NotNull
        public @NotNull java.lang.String getValue()