Package io.sentry.rrweb
Class RRWebOptionsEvent
java.lang.Object
io.sentry.rrweb.RRWebEvent
io.sentry.rrweb.RRWebOptionsEvent
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
Nested classes/interfaces inherited from class io.sentry.rrweb.RRWebEvent
RRWebEvent.Serializer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
getTag()
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
setDataUnknown
(@Nullable Map<String, Object> dataUnknown) void
setOptionsPayload
(@NotNull Map<String, Object> optionsPayload) void
void
setUnknown
(@Nullable Map<String, Object> unknown) Methods inherited from class io.sentry.rrweb.RRWebEvent
equals, getTimestamp, getType, hashCode, setTimestamp, setType
-
Field Details
-
EVENT_TAG
- See Also:
-
-
Constructor Details
-
RRWebOptionsEvent
public RRWebOptionsEvent() -
RRWebOptionsEvent
-
-
Method Details
-
getTag
-
setTag
-
getOptionsPayload
-
setOptionsPayload
-
getDataUnknown
-
setDataUnknown
-
getUnknown
- Specified by:
getUnknown
in interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknown
in interfaceJsonUnknown
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serialize
in interfaceJsonSerializable
- Throws:
IOException
-