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