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