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 class
static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable SentryId
@Nullable String
@NotNull String
@Nullable String
getName()
@Nullable SentryId
@Nullable String
getUrl()
int
hashCode()
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
setAssociatedEventId
(@NotNull SentryId associatedEventId) void
setContactEmail
(@Nullable String contactEmail) void
setMessage
(@NotNull String message) void
void
setReplayId
(@NotNull SentryId replayId) void
setUnknown
(@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:
getUnknown
in interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknown
in interfaceJsonUnknown
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serialize
in interfaceJsonSerializable
- Throws:
IOException
-