Class Feedback

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

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

  • Constructor Details

    • Feedback

      public Feedback(@NotNull @NotNull String message)
    • Feedback

      public Feedback(@NotNull @NotNull Feedback feedback)
  • Method Details

    • getContactEmail

      @Nullable public @Nullable String getContactEmail()
    • setContactEmail

      public void setContactEmail(@Nullable @Nullable String contactEmail)
    • getName

      @Nullable public @Nullable String getName()
    • setName

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

      @Nullable public @Nullable SentryId getAssociatedEventId()
    • setAssociatedEventId

      public void setAssociatedEventId(@NotNull @NotNull SentryId associatedEventId)
    • getReplayId

      @Nullable public @Nullable SentryId getReplayId()
    • setReplayId

      public void setReplayId(@NotNull @NotNull SentryId replayId)
    • getUrl

      @Nullable public @Nullable String getUrl()
    • setUrl

      public void setUrl(@Nullable @Nullable String url)
    • getMessage

      @NotNull public @NotNull String getMessage()
    • setMessage

      public void setMessage(@NotNull @NotNull String message)
    • equals

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

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

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