public class CreateLobbyRequest extends Gs2BasicRequest<CreateLobbyRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateLobbyRequest.Constant |
| Constructor and Description |
|---|
CreateLobbyRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
説明文を取得
|
String |
getName()
ロビー名を取得
|
String |
getNotificationGameName()
通知先 GS2-InGamePushNotification の ゲーム名を取得
|
String |
getNotificationType()
通知方式を取得
|
String |
getNotificationUrl()
通知先URLを取得
|
String |
getServiceClass()
サービスクラスを取得
|
void |
setDescription(String description)
説明文を設定
|
void |
setName(String name)
ロビー名を設定
|
void |
setNotificationGameName(String notificationGameName)
通知先 GS2-InGamePushNotification の ゲーム名を設定
|
void |
setNotificationType(String notificationType)
通知方式を設定
|
void |
setNotificationUrl(String notificationUrl)
通知先URLを設定
|
void |
setServiceClass(String serviceClass)
サービスクラスを設定
|
CreateLobbyRequest |
withDescription(String description)
説明文を設定
|
CreateLobbyRequest |
withName(String name)
ロビー名を設定
|
CreateLobbyRequest |
withNotificationGameName(String notificationGameName)
通知先 GS2-InGamePushNotification の ゲーム名を設定
|
CreateLobbyRequest |
withNotificationType(String notificationType)
通知方式を設定
|
CreateLobbyRequest |
withNotificationUrl(String notificationUrl)
通知先URLを設定
|
CreateLobbyRequest |
withServiceClass(String serviceClass)
サービスクラスを設定
|
public String getName()
public void setName(String name)
name - ロビー名public CreateLobbyRequest withName(String name)
name - ロビー名public String getNotificationGameName()
public void setNotificationGameName(String notificationGameName)
notificationGameName - 通知先 GS2-InGamePushNotification の ゲーム名public CreateLobbyRequest withNotificationGameName(String notificationGameName)
notificationGameName - 通知先 GS2-InGamePushNotification の ゲーム名public String getNotificationUrl()
public void setNotificationUrl(String notificationUrl)
notificationUrl - 通知先URLpublic CreateLobbyRequest withNotificationUrl(String notificationUrl)
notificationUrl - 通知先URLpublic String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - サービスクラスpublic CreateLobbyRequest withServiceClass(String serviceClass)
serviceClass - サービスクラスpublic String getNotificationType()
public void setNotificationType(String notificationType)
notificationType - 通知方式public CreateLobbyRequest withNotificationType(String notificationType)
notificationType - 通知方式public String getDescription()
public void setDescription(String description)
description - 説明文public CreateLobbyRequest withDescription(String description)
description - 説明文Copyright © 2016 Game Server Services, Inc. AllRights Reserved.