Package io.sentry.clientreport
Class DiscardedEvent
java.lang.Object
io.sentry.clientreport.DiscardedEvent
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
ConstructorDescriptionDiscardedEvent
(@NotNull String reason, @NotNull String category, @NotNull Long quantity) -
Method Summary
-
Constructor Details
-
DiscardedEvent
-
-
Method Details
-
getReason
-
getCategory
-
getQuantity
-
toString
-
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
-