-
public final class ResourceEvent.DdSessionSession-related internal properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classResourceEvent.DdSession.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ResourceEvent.Planplanprivate final ResourceEvent.SessionPreconditionsessionPrecondition
-
Constructor Summary
Constructors Constructor Description ResourceEvent.DdSession(ResourceEvent.Plan plan, ResourceEvent.SessionPrecondition sessionPrecondition)
-
Method Summary
Modifier and Type Method Description final ResourceEvent.PlangetPlan()final ResourceEvent.SessionPreconditiongetSessionPrecondition()final JsonElementtoJson()-
-
Constructor Detail
-
ResourceEvent.DdSession
ResourceEvent.DdSession(ResourceEvent.Plan plan, ResourceEvent.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 ResourceEvent.Plan getPlan()
-
getSessionPrecondition
final ResourceEvent.SessionPrecondition getSessionPrecondition()
-
toJson
final JsonElement toJson()
-
-
-
-