public class UpdateThresholdMasterRequest extends io.gs2.control.Gs2BasicRequest<UpdateThresholdMasterRequest>
| Constructor and Description |
|---|
UpdateThresholdMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
ランクアップ閾値マスターの説明を取得
|
String |
getMetadata()
ランクアップ閾値のメタデータを取得
|
String |
getNamespaceName()
ネームスペース名を取得
|
String |
getThresholdName()
ランクアップ閾値名を取得
|
List<Long> |
getValues()
ランクアップ経験値閾値リストを取得
|
void |
setDescription(String description)
ランクアップ閾値マスターの説明を設定
|
void |
setMetadata(String metadata)
ランクアップ閾値のメタデータを設定
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
void |
setThresholdName(String thresholdName)
ランクアップ閾値名を設定
|
void |
setValues(List<Long> values)
ランクアップ経験値閾値リストを設定
|
UpdateThresholdMasterRequest |
withDescription(String description)
ランクアップ閾値マスターの説明を設定
|
UpdateThresholdMasterRequest |
withMetadata(String metadata)
ランクアップ閾値のメタデータを設定
|
UpdateThresholdMasterRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
UpdateThresholdMasterRequest |
withThresholdName(String thresholdName)
ランクアップ閾値名を設定
|
UpdateThresholdMasterRequest |
withValues(List<Long> values)
ランクアップ経験値閾値リストを設定
|
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
namespaceName - ランクアップ閾値マスターを更新public UpdateThresholdMasterRequest withNamespaceName(String namespaceName)
namespaceName - ランクアップ閾値マスターを更新public String getThresholdName()
public void setThresholdName(String thresholdName)
thresholdName - ランクアップ閾値マスターを更新public UpdateThresholdMasterRequest withThresholdName(String thresholdName)
thresholdName - ランクアップ閾値マスターを更新public String getDescription()
public void setDescription(String description)
description - ランクアップ閾値マスターを更新public UpdateThresholdMasterRequest withDescription(String description)
description - ランクアップ閾値マスターを更新public String getMetadata()
public void setMetadata(String metadata)
metadata - ランクアップ閾値マスターを更新public UpdateThresholdMasterRequest withMetadata(String metadata)
metadata - ランクアップ閾値マスターを更新public void setValues(List<Long> values)
values - ランクアップ閾値マスターを更新public UpdateThresholdMasterRequest withValues(List<Long> values)
values - ランクアップ閾値マスターを更新Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.