Package io.sentry.protocol
Class SentryRuntime
java.lang.Object
io.sentry.protocol.SentryRuntime
- All Implemented Interfaces:
JsonSerializable,JsonUnknown
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringgetName()@Nullable String@Nullable Stringvoidserialize(@NotNull JsonObjectWriter writer, @NotNull ILogger logger) voidvoidsetRawDescription(@Nullable String rawDescription) voidsetUnknown(@Nullable Map<String, Object> unknown) voidsetVersion(@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 JsonObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serializein interfaceJsonSerializable- Throws:
IOException
-
getUnknown
- Specified by:
getUnknownin interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknownin interfaceJsonUnknown
-