-
public final class ActionEvent.ActionEventSessionSession properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classActionEvent.ActionEventSession.Companion
-
Constructor Summary
Constructors Constructor Description ActionEvent.ActionEventSession(String id, ActionEvent.ActionEventSessionType type, Boolean hasReplay)
-
Method Summary
Modifier and Type Method Description final StringgetId()final ActionEvent.ActionEventSessionTypegetType()final BooleangetHasReplay()final JsonElementtoJson()-
-
Constructor Detail
-
ActionEvent.ActionEventSession
ActionEvent.ActionEventSession(String id, ActionEvent.ActionEventSessionType type, Boolean hasReplay)
- Parameters:
id- UUID of the sessiontype- Type of the sessionhasReplay- Whether this session has a replay
-
-
Method Detail
-
getType
final ActionEvent.ActionEventSessionType getType()
-
getHasReplay
final Boolean getHasReplay()
-
toJson
final JsonElement toJson()
-
-
-
-