Class SentryRuntime

java.lang.Object
io.sentry.protocol.SentryRuntime
All Implemented Interfaces:
JsonSerializable, JsonUnknown

public final class SentryRuntime extends Object implements JsonUnknown, JsonSerializable
  • Field Details

  • Constructor Details

    • SentryRuntime

      public SentryRuntime()
  • Method Details

    • getName

      @Nullable public @Nullable String getName()
    • setName

      public void setName(@Nullable @Nullable String name)
    • getVersion

      @Nullable public @Nullable String getVersion()
    • setVersion

      public void setVersion(@Nullable @Nullable String version)
    • getRawDescription

      @Nullable public @Nullable String getRawDescription()
    • setRawDescription

      public void setRawDescription(@Nullable @Nullable String rawDescription)
    • serialize

      public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException
      Specified by:
      serialize in interface JsonSerializable
      Throws:
      IOException
    • getUnknown

      @Nullable public @Nullable Map<String,Object> getUnknown()
      Specified by:
      getUnknown in interface JsonUnknown
    • setUnknown

      public void setUnknown(@Nullable @Nullable Map<String,Object> unknown)
      Specified by:
      setUnknown in interface JsonUnknown