Class LogEvent
-
- All Implemented Interfaces:
public class LogEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringsessionprivate final Stringbuildprivate final Stringbucketprivate final Longtimeprivate final LogEventGroupgroupprivate final StringrecorderVersionprivate final LogEventActionevent
-
Constructor Summary
Constructors Constructor Description LogEvent(String session, String build, String bucket, Long time, LogEventGroup group, String recorderVersion, LogEventAction event)
-
Method Summary
Modifier and Type Method Description final StringgetSession()final StringgetBuild()final StringgetBucket()final LonggetTime()final LogEventGroupgetGroup()final StringgetRecorderVersion()final LogEventActiongetEvent()final BooleanshouldMerge(LogEvent next)Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
LogEvent
LogEvent(String session, String build, String bucket, Long time, LogEventGroup group, String recorderVersion, LogEventAction event)
-
-
Method Detail
-
getSession
final String getSession()
-
getGroup
final LogEventGroup getGroup()
-
getRecorderVersion
final String getRecorderVersion()
-
getEvent
final LogEventAction getEvent()
-
shouldMerge
final Boolean shouldMerge(LogEvent next)
-
-
-
-