Package io.sentry.protocol
Class SentryRuntime
java.lang.Object
io.sentry.protocol.SentryRuntime
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
getName()
@Nullable String
@Nullable String
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
void
setRawDescription
(@Nullable String rawDescription) void
setUnknown
(@Nullable Map<String, Object> unknown) void
setVersion
(@Nullable String version)
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
SentryRuntime
public SentryRuntime()
-
-
Method Details
-
getName
-
setName
-
getVersion
-
setVersion
-
getRawDescription
-
setRawDescription
-
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
-