public class UpdateNamespaceRequest extends io.gs2.control.Gs2BasicRequest<UpdateNamespaceRequest>
| Constructor and Description |
|---|
UpdateNamespaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChoicePrizeTableScriptId()
排出テーブル選択時 に実行されるスクリプト のGRNを取得
|
String |
getDescription()
ネームスペースの説明を取得
|
String |
getKeyId()
景品付与処理のスタンプシートで使用する暗号鍵GRNを取得
|
String |
getLotteryTriggerScriptId()
抽選処理時 に実行されるスクリプト のGRNを取得
|
String |
getNamespaceName()
ネームスペース名を取得
|
String |
getQueueNamespaceId()
景品付与処理をジョブとして追加するキューのネームスペース のGRNを取得
|
void |
setChoicePrizeTableScriptId(String choicePrizeTableScriptId)
排出テーブル選択時 に実行されるスクリプト のGRNを設定
|
void |
setDescription(String description)
ネームスペースの説明を設定
|
void |
setKeyId(String keyId)
景品付与処理のスタンプシートで使用する暗号鍵GRNを設定
|
void |
setLotteryTriggerScriptId(String lotteryTriggerScriptId)
抽選処理時 に実行されるスクリプト のGRNを設定
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
void |
setQueueNamespaceId(String queueNamespaceId)
景品付与処理をジョブとして追加するキューのネームスペース のGRNを設定
|
UpdateNamespaceRequest |
withChoicePrizeTableScriptId(String choicePrizeTableScriptId)
排出テーブル選択時 に実行されるスクリプト のGRNを設定
|
UpdateNamespaceRequest |
withDescription(String description)
ネームスペースの説明を設定
|
UpdateNamespaceRequest |
withKeyId(String keyId)
景品付与処理のスタンプシートで使用する暗号鍵GRNを設定
|
UpdateNamespaceRequest |
withLotteryTriggerScriptId(String lotteryTriggerScriptId)
抽選処理時 に実行されるスクリプト のGRNを設定
|
UpdateNamespaceRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
UpdateNamespaceRequest |
withQueueNamespaceId(String queueNamespaceId)
景品付与処理をジョブとして追加するキューのネームスペース のGRNを設定
|
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
namespaceName - ネームスペースを更新public UpdateNamespaceRequest withNamespaceName(String namespaceName)
namespaceName - ネームスペースを更新public String getDescription()
public void setDescription(String description)
description - ネームスペースを更新public UpdateNamespaceRequest withDescription(String description)
description - ネームスペースを更新public String getQueueNamespaceId()
public void setQueueNamespaceId(String queueNamespaceId)
queueNamespaceId - ネームスペースを更新public UpdateNamespaceRequest withQueueNamespaceId(String queueNamespaceId)
queueNamespaceId - ネームスペースを更新public String getKeyId()
public void setKeyId(String keyId)
keyId - ネームスペースを更新public UpdateNamespaceRequest withKeyId(String keyId)
keyId - ネームスペースを更新public String getLotteryTriggerScriptId()
public void setLotteryTriggerScriptId(String lotteryTriggerScriptId)
lotteryTriggerScriptId - ネームスペースを更新public UpdateNamespaceRequest withLotteryTriggerScriptId(String lotteryTriggerScriptId)
lotteryTriggerScriptId - ネームスペースを更新public String getChoicePrizeTableScriptId()
public void setChoicePrizeTableScriptId(String choicePrizeTableScriptId)
choicePrizeTableScriptId - ネームスペースを更新public UpdateNamespaceRequest withChoicePrizeTableScriptId(String choicePrizeTableScriptId)
choicePrizeTableScriptId - ネームスペースを更新Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.