Class FusReportSerializable
-
- All Implemented Interfaces:
@Serializable() public final class FusReportSerializable
-
-
Field Summary
Fields Modifier and Type Field Description private final List<LogEventSerializable>events
-
Constructor Summary
Constructors Constructor Description FusReportSerializable(List<LogEventSerializable> events)
-
Method Summary
Modifier and Type Method Description final List<LogEventSerializable>getEvents()final FusReportunwrap()-
-
Constructor Detail
-
FusReportSerializable
FusReportSerializable(List<LogEventSerializable> events)
-
-
Method Detail
-
getEvents
final List<LogEventSerializable> getEvents()
-
unwrap
final FusReport unwrap()
-
-
-
-