public class GetEstimateRankRequest extends Gs2BasicRequest<GetEstimateRankRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetEstimateRankRequest.Constant |
| Constructor and Description |
|---|
GetEstimateRankRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGameMode()
ゲームモードを取得。
|
String |
getRankingTableName()
ランキングテーブル名を取得。
|
Integer |
getScore()
スコアを取得。
|
void |
setGameMode(String gameMode)
ゲームモードを設定。
|
void |
setRankingTableName(String rankingTableName)
ランキングテーブル名を設定。
|
void |
setScore(Integer score)
スコアを設定。
|
GetEstimateRankRequest |
withGameMode(String gameMode)
ゲームモードを設定。
|
GetEstimateRankRequest |
withRankingTableName(String rankingTableName)
ランキングテーブル名を設定。
|
GetEstimateRankRequest |
withScore(Integer score)
スコアを設定。
|
public String getRankingTableName()
public void setRankingTableName(String rankingTableName)
rankingTableName - ランキングテーブル名public GetEstimateRankRequest withRankingTableName(String rankingTableName)
rankingTableName - ランキングテーブル名public String getGameMode()
public void setGameMode(String gameMode)
gameMode - ゲームモードpublic GetEstimateRankRequest withGameMode(String gameMode)
gameMode - ゲームモードpublic Integer getScore()
public void setScore(Integer score)
score - スコアpublic GetEstimateRankRequest withScore(Integer score)
score - スコアCopyright © 2016 Game Server Services, Inc. AllRights Reserved.