Package io.sentry.protocol
Class SentryId
- java.lang.Object
-
- io.sentry.protocol.SentryId
-
- All Implemented Interfaces:
JsonSerializable
public final class SentryId extends java.lang.Object implements JsonSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSentryId.Deserializer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(@Nullable java.lang.Object o)inthashCode()voidserialize(@NotNull JsonObjectWriter writer, @NotNull ILogger logger)java.lang.StringtoString()
-
-
-
Field Detail
-
EMPTY_ID
public static final SentryId EMPTY_ID
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(@Nullable @Nullable java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
serialize
public void serialize(@NotNull @NotNull JsonObjectWriter writer, @NotNull @NotNull ILogger logger) throws java.io.IOException- Specified by:
serializein interfaceJsonSerializable- Throws:
java.io.IOException
-
-