-
public final class LongTaskEvent.ContainerView Container properties (view wrapping the current view)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLongTaskEvent.Container.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongTaskEvent.ContainerViewviewprivate final LongTaskEvent.LongTaskEventSourcesource
-
Constructor Summary
Constructors Constructor Description LongTaskEvent.Container(LongTaskEvent.ContainerView view, LongTaskEvent.LongTaskEventSource source)
-
Method Summary
Modifier and Type Method Description final LongTaskEvent.ContainerViewgetView()final LongTaskEvent.LongTaskEventSourcegetSource()final JsonElementtoJson()-
-
Constructor Detail
-
LongTaskEvent.Container
LongTaskEvent.Container(LongTaskEvent.ContainerView view, LongTaskEvent.LongTaskEventSource source)
- Parameters:
view- Attributes of the view's containersource- Source of the parent view
-
-
Method Detail
-
getView
final LongTaskEvent.ContainerView getView()
-
getSource
final LongTaskEvent.LongTaskEventSource getSource()
-
toJson
final JsonElement toJson()
-
-
-
-