-
public final class LongTaskEvent.LongTaskEventSessionSession properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLongTaskEvent.LongTaskEventSession.Companion
-
Constructor Summary
Constructors Constructor Description LongTaskEvent.LongTaskEventSession(String id, LongTaskEvent.LongTaskEventSessionType type, Boolean hasReplay)
-
Method Summary
Modifier and Type Method Description final StringgetId()final LongTaskEvent.LongTaskEventSessionTypegetType()final BooleangetHasReplay()final JsonElementtoJson()-
-
Constructor Detail
-
LongTaskEvent.LongTaskEventSession
LongTaskEvent.LongTaskEventSession(String id, LongTaskEvent.LongTaskEventSessionType type, Boolean hasReplay)
- Parameters:
id- UUID of the sessiontype- Type of the sessionhasReplay- Whether this session has a replay
-
-
Method Detail
-
getType
final LongTaskEvent.LongTaskEventSessionType getType()
-
getHasReplay
final Boolean getHasReplay()
-
toJson
final JsonElement toJson()
-
-
-
-