public class GetGameStatusRequest extends io.gs2.control.Gs2BasicRequest<GetGameStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetGameStatusRequest.Constant |
| Constructor and Description |
|---|
GetGameStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGameName()
ゲームの名前を取得
|
void |
setGameName(String gameName)
ゲームの名前を設定
|
GetGameStatusRequest |
withGameName(String gameName)
ゲームの名前を設定
|
public String getGameName()
public void setGameName(String gameName)
gameName - ゲームの名前public GetGameStatusRequest withGameName(String gameName)
gameName - ゲームの名前Copyright © 2016 Game Server Services, Inc. AllRights Reserved.