Package io.sentry
Class SentryLogEventAttributeValue
java.lang.Object
io.sentry.SentryLogEventAttributeValue
- All Implemented Interfaces:
JsonSerializable,JsonUnknown
public final class SentryLogEventAttributeValue
extends Object
implements JsonUnknown, JsonSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionSentryLogEventAttributeValue(@NotNull SentryAttributeType type, @Nullable Object value) SentryLogEventAttributeValue(@NotNull String type, @Nullable Object value) -
Method Summary
-
Constructor Details
-
SentryLogEventAttributeValue
-
SentryLogEventAttributeValue
public SentryLogEventAttributeValue(@NotNull @NotNull SentryAttributeType type, @Nullable @Nullable Object value)
-
-
Method Details
-
getType
-
getValue
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serializein interfaceJsonSerializable- Throws:
IOException
-
getUnknown
- Specified by:
getUnknownin interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknownin interfaceJsonUnknown
-