Package io.sentry.protocol
Class Feedback
java.lang.Object
io.sentry.protocol.Feedback
- 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 TypeMethodDescriptionboolean@Nullable SentryId@Nullable String@NotNull String@Nullable StringgetName()@Nullable SentryId@Nullable StringgetUrl()inthashCode()voidserialize(@NotNull ObjectWriter writer, @NotNull ILogger logger) voidsetAssociatedEventId(@NotNull SentryId associatedEventId) voidsetContactEmail(@Nullable String contactEmail) voidsetMessage(@NotNull String message) voidvoidsetReplayId(@NotNull SentryId replayId) voidsetUnknown(@Nullable Map<String, Object> unknown) void
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
Feedback
-
Feedback
-
-
Method Details
-
getContactEmail
-
setContactEmail
-
getName
-
setName
-
getAssociatedEventId
-
setAssociatedEventId
-
getReplayId
-
setReplayId
-
getUrl
-
setUrl
-
getMessage
-
setMessage
-
equals
-
hashCode
public int hashCode() -
getUnknown
- Specified by:
getUnknownin interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknownin interfaceJsonUnknown
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serializein interfaceJsonSerializable- Throws:
IOException
-