Class GameSessionStopPayload

java.lang.Object
live.crowdcontrol.cc4j.websocket.http.GameSessionStopPayload

public class GameSessionStopPayload extends Object
Data returned by the server when trying to stop a session.
  • Constructor Details

    • GameSessionStopPayload

      public GameSessionStopPayload(@NotNull @NotNull String gameSessionID)
      Creates data.
      Parameters:
      gameSessionID - ID of the game session
  • Method Details

    • getGameSessionId

      @NotNull public @NotNull String getGameSessionId()
      Gets the ID of the game session.
      Returns:
      gameSessionID