public class UpdateNamespaceRequest extends io.gs2.control.Gs2BasicRequest<UpdateNamespaceRequest>
| Constructor and Description |
|---|
UpdateNamespaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
ネームスペースの説明を取得
|
String |
getKeyId()
購入処理のスタンプシートで使用する暗号鍵GRNを取得
|
String |
getNamespaceName()
ネームスペース名を取得
|
String |
getQueueNamespaceId()
購入処理をジョブとして追加するキューのネームスペース のGRNを取得
|
void |
setDescription(String description)
ネームスペースの説明を設定
|
void |
setKeyId(String keyId)
購入処理のスタンプシートで使用する暗号鍵GRNを設定
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
void |
setQueueNamespaceId(String queueNamespaceId)
購入処理をジョブとして追加するキューのネームスペース のGRNを設定
|
UpdateNamespaceRequest |
withDescription(String description)
ネームスペースの説明を設定
|
UpdateNamespaceRequest |
withKeyId(String keyId)
購入処理のスタンプシートで使用する暗号鍵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 - ネームスペースを更新Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.