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