public class GetThresholdMasterRequest extends io.gs2.control.Gs2BasicRequest<GetThresholdMasterRequest>
| Constructor and Description |
|---|
GetThresholdMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceName()
ネームスペース名を取得
|
String |
getThresholdName()
ランクアップ閾値名を取得
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
void |
setThresholdName(String thresholdName)
ランクアップ閾値名を設定
|
GetThresholdMasterRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
GetThresholdMasterRequest |
withThresholdName(String thresholdName)
ランクアップ閾値名を設定
|
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
namespaceName - ランクアップ閾値マスターを取得public GetThresholdMasterRequest withNamespaceName(String namespaceName)
namespaceName - ランクアップ閾値マスターを取得public String getThresholdName()
public void setThresholdName(String thresholdName)
thresholdName - ランクアップ閾値マスターを取得public GetThresholdMasterRequest withThresholdName(String thresholdName)
thresholdName - ランクアップ閾値マスターを取得Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.