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