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