Package io.sentry
Class ReplayRecording
java.lang.Object
io.sentry.ReplayRecording
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable List<? extends RRWebEvent>
@Nullable Integer
int
hashCode()
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
setPayload
(@Nullable List<? extends RRWebEvent> payload) void
setSegmentId
(@Nullable Integer segmentId) void
setUnknown
(@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:
serialize
in interfaceJsonSerializable
- Throws:
IOException
-
getUnknown
- Specified by:
getUnknown
in interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknown
in interfaceJsonUnknown
-