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