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