public class Lobby extends Object implements Serializable
| Constructor and Description |
|---|
Lobby() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getDescription()
説明文を取得
|
String |
getLobbyId()
ロビーIDを取得
|
String |
getName()
ゲーム名を取得
|
String |
getNotificationGameName()
gs2-in-game-push-notification を選択した際の GS2-InGamePushNotification のゲームGRNを取得
|
String |
getNotificationType()
通知方式を取得
|
String |
getNotificationUrl()
http/https を選択した際の通知先URLを取得
|
String |
getOwnerId()
オーナーIDを取得
|
String |
getServiceClass()
サービスクラスを取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setDescription(String description)
説明文を設定
|
void |
setLobbyId(String lobbyId)
ロビーIDを設定
|
void |
setName(String name)
ゲーム名を設定
|
void |
setNotificationGameName(String notificationGameName)
gs2-in-game-push-notification を選択した際の GS2-InGamePushNotification のゲームGRNを設定
|
void |
setNotificationType(String notificationType)
通知方式を設定
|
void |
setNotificationUrl(String notificationUrl)
http/https を選択した際の通知先URLを設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setServiceClass(String serviceClass)
サービスクラスを設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
public String getLobbyId()
public void setLobbyId(String lobbyId)
lobbyId - ロビーIDpublic String getName()
public void setName(String name)
name - ゲーム名public String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - サービスクラスpublic String getNotificationType()
public void setNotificationType(String notificationType)
notificationType - 通知方式public Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public String getNotificationGameName()
public void setNotificationGameName(String notificationGameName)
notificationGameName - gs2-in-game-push-notification を選択した際の GS2-InGamePushNotification のゲームGRNpublic String getNotificationUrl()
public void setNotificationUrl(String notificationUrl)
notificationUrl - http/https を選択した際の通知先URLpublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public String getDescription()
public void setDescription(String description)
description - 説明文Copyright © 2016 Game Server Services, Inc. AllRights Reserved.