public class UpdateNamespaceRequest extends io.gs2.control.Gs2BasicRequest<UpdateNamespaceRequest>
| Constructor and Description |
|---|
UpdateNamespaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
NotificationSetting |
getCreateNotification()
ルームの作成が終わったときのプッシュ通知を取得
|
String |
getDescription()
ネームスペースの説明を取得
|
String |
getNamespaceName()
ネームスペース名を取得
|
String |
getServerSpec()
サーバのスペックを取得
|
String |
getServerType()
サーバの種類を取得
|
void |
setCreateNotification(NotificationSetting createNotification)
ルームの作成が終わったときのプッシュ通知を設定
|
void |
setDescription(String description)
ネームスペースの説明を設定
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
void |
setServerSpec(String serverSpec)
サーバのスペックを設定
|
void |
setServerType(String serverType)
サーバの種類を設定
|
UpdateNamespaceRequest |
withCreateNotification(NotificationSetting createNotification)
ルームの作成が終わったときのプッシュ通知を設定
|
UpdateNamespaceRequest |
withDescription(String description)
ネームスペースの説明を設定
|
UpdateNamespaceRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
UpdateNamespaceRequest |
withServerSpec(String serverSpec)
サーバのスペックを設定
|
UpdateNamespaceRequest |
withServerType(String serverType)
サーバの種類を設定
|
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 getServerType()
public void setServerType(String serverType)
serverType - ネームスペースを更新public UpdateNamespaceRequest withServerType(String serverType)
serverType - ネームスペースを更新public String getServerSpec()
public void setServerSpec(String serverSpec)
serverSpec - ネームスペースを更新public UpdateNamespaceRequest withServerSpec(String serverSpec)
serverSpec - ネームスペースを更新public NotificationSetting getCreateNotification()
public void setCreateNotification(NotificationSetting createNotification)
createNotification - ネームスペースを更新public UpdateNamespaceRequest withCreateNotification(NotificationSetting createNotification)
createNotification - ネームスペースを更新Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.