Class SentryId

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SentryId.Deserializer  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static SentryId EMPTY_ID  
    • Constructor Summary

      Constructors 
      Constructor Description
      SentryId()  
      SentryId​(@NotNull java.lang.String sentryIdString)  
      SentryId​(@Nullable java.util.UUID uuid)  
    • Field Detail

      • EMPTY_ID

        public static final SentryId EMPTY_ID
    • Constructor Detail

      • SentryId

        public SentryId()
      • SentryId

        public SentryId​(@Nullable
                        @Nullable java.util.UUID uuid)
      • SentryId

        public SentryId​(@NotNull
                        @NotNull java.lang.String sentryIdString)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(@Nullable
                              @Nullable java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object