Class GameSessionStopPayload
java.lang.Object
live.crowdcontrol.cc4j.websocket.http.GameSessionStopPayload
Data returned by the server when trying to stop a session.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GameSessionStopPayload
Creates data.- Parameters:
gameSessionID- ID of the game session
-
-
Method Details
-
getGameSessionId
Gets the ID of the game session.- Returns:
- gameSessionID
-