-
public final class VitalEvent.VitalEventSessionSession properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVitalEvent.VitalEventSession.Companion
-
Constructor Summary
Constructors Constructor Description VitalEvent.VitalEventSession(String id, VitalEvent.VitalEventSessionType type, Boolean hasReplay)
-
Method Summary
Modifier and Type Method Description final StringgetId()final VitalEvent.VitalEventSessionTypegetType()final BooleangetHasReplay()final JsonElementtoJson()-
-
Constructor Detail
-
VitalEvent.VitalEventSession
VitalEvent.VitalEventSession(String id, VitalEvent.VitalEventSessionType type, Boolean hasReplay)
- Parameters:
id- UUID of the sessiontype- Type of the sessionhasReplay- Whether this session has a replay
-
-
Method Detail
-
getType
final VitalEvent.VitalEventSessionType getType()
-
getHasReplay
final Boolean getHasReplay()
-
toJson
final JsonElement toJson()
-
-
-
-