-
public final class VitalEvent.DdSessionSession-related internal properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVitalEvent.DdSession.Companion
-
Field Summary
Fields Modifier and Type Field Description private final VitalEvent.Planplanprivate final VitalEvent.SessionPreconditionsessionPrecondition
-
Constructor Summary
Constructors Constructor Description VitalEvent.DdSession(VitalEvent.Plan plan, VitalEvent.SessionPrecondition sessionPrecondition)
-
Method Summary
Modifier and Type Method Description final VitalEvent.PlangetPlan()final VitalEvent.SessionPreconditiongetSessionPrecondition()final JsonElementtoJson()-
-
Constructor Detail
-
VitalEvent.DdSession
VitalEvent.DdSession(VitalEvent.Plan plan, VitalEvent.SessionPrecondition sessionPrecondition)
- Parameters:
plan- Session plan: 1 is the plan without replay, 2 is the plan with replay (deprecated)sessionPrecondition- The precondition that led to the creation of the session
-
-
Method Detail
-
getPlan
final VitalEvent.Plan getPlan()
-
getSessionPrecondition
final VitalEvent.SessionPrecondition getSessionPrecondition()
-
toJson
final JsonElement toJson()
-
-
-
-