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