Package io.sentry
Class ReplayRecording
java.lang.Object
io.sentry.ReplayRecording
- All Implemented Interfaces:
JsonSerializable,JsonUnknown
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable List<? extends RRWebEvent>@Nullable IntegerinthashCode()voidserialize(@NotNull ObjectWriter writer, @NotNull ILogger logger) voidsetPayload(@Nullable List<? extends RRWebEvent> payload) voidsetSegmentId(@Nullable Integer segmentId) voidsetUnknown(@Nullable Map<String, Object> unknown)
-
Constructor Details
-
ReplayRecording
public ReplayRecording()
-
-
Method Details
-
getSegmentId
-
setSegmentId
-
getPayload
-
setPayload
-
equals
-
hashCode
public int hashCode() -
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
-