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