Package io.sentry

Class ProfileChunk

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

@Internal public final class ProfileChunk extends Object implements JsonUnknown, JsonSerializable
  • Constructor Details

  • Method Details

    • getMeasurements

      @NotNull public @NotNull Map<String,ProfileMeasurement> getMeasurements()
    • getDebugMeta

      @Nullable public @Nullable DebugMeta getDebugMeta()
    • setDebugMeta

      public void setDebugMeta(@Nullable @Nullable DebugMeta debugMeta)
    • getClientSdk

      @Nullable public @Nullable SdkVersion getClientSdk()
    • getChunkId

      @NotNull public @NotNull SentryId getChunkId()
    • getEnvironment

      @Nullable public @Nullable String getEnvironment()
    • getPlatform

      @NotNull public @NotNull String getPlatform()
    • getProfilerId

      @NotNull public @NotNull SentryId getProfilerId()
    • getRelease

      @NotNull public @NotNull String getRelease()
    • getSampledProfile

      @Nullable public @Nullable String getSampledProfile()
    • setSampledProfile

      public void setSampledProfile(@Nullable @Nullable String sampledProfile)
    • getTraceFile

      @NotNull public @NotNull File getTraceFile()
    • getTimestamp

      public double getTimestamp()
    • getVersion

      @NotNull public @NotNull String getVersion()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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