| Package | Description |
|---|---|
| io.gs2.realtime.model | |
| io.gs2.realtime.result |
| Modifier and Type | Method and Description |
|---|---|
Room |
Room.withCreatedAt(Long createdAt)
作成日時を設定
|
Room |
Room.withEncryptionKey(String encryptionKey)
暗号鍵を設定
|
Room |
Room.withIpAddress(String ipAddress)
IPアドレスを設定
|
Room |
Room.withName(String name)
ルーム名を設定
|
Room |
Room.withNotificationUserIds(List<String> notificationUserIds)
ルームの作成が終わったときに通知を受けるユーザIDリストを設定
|
Room |
Room.withPort(Integer port)
待受ポートを設定
|
Room |
Room.withRoomId(String roomId)
ルームを設定
|
Room |
Room.withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
| Modifier and Type | Method and Description |
|---|---|
int |
Room.compareTo(Room o) |
| Modifier and Type | Method and Description |
|---|---|
Room |
GetRoomResult.getItem()
ルームを取得
|
Room |
CreateRoomResult.getItem()
ルームを取得
|
Room |
WantRoomResult.getItem()
ルームを取得
|
Room |
DeleteRoomResult.getItem()
ルームを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<Room> |
DescribeRoomsResult.getItems()
ルームのリストを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRoomResult.setItem(Room item)
ルームを設定
|
void |
CreateRoomResult.setItem(Room item)
ルームを設定
|
void |
WantRoomResult.setItem(Room item)
ルームを設定
|
void |
DeleteRoomResult.setItem(Room item)
ルームを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRoomsResult.setItems(List<Room> items)
ルームのリストを設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.