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
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from class io.sentry.rrweb.RRWebEvent
RRWebEvent.Serializer -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull StringgetTag()voidserialize(@NotNull ObjectWriter writer, @NotNull ILogger logger) voidsetDataUnknown(@Nullable Map<String, Object> dataUnknown) voidsetOptionsPayload(@NotNull Map<String, Object> optionsPayload) voidvoidsetUnknown(@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:
getUnknownin interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknownin interfaceJsonUnknown
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serializein interfaceJsonSerializable- Throws:
IOException
-