| Package | Description |
|---|---|
| io.gs2.realtime.control | |
| io.gs2.realtime.model |
| Modifier and Type | Method and Description |
|---|---|
Gathering |
CreateGatheringResult.getItem()
ギャザリングを取得
|
Gathering |
GetGatheringResult.getItem()
ギャザリングを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<Gathering> |
DescribeGatheringResult.getItems()
ギャザリングを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGatheringResult.setItem(Gathering item)
ギャザリングを設定
|
void |
GetGatheringResult.setItem(Gathering item)
ギャザリングを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGatheringResult.setItems(List<Gathering> items)
ギャザリングを設定
|
| Modifier and Type | Method and Description |
|---|---|
Gathering |
Gathering.withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
Gathering |
Gathering.withGatheringId(String gatheringId)
ギャザリングIDを設定
|
Gathering |
Gathering.withGatheringPoolId(String gatheringPoolId)
ギャザリングプールGRNを設定
|
Gathering |
Gathering.withIpAddress(String ipAddress)
ホストIPアドレスを設定
|
Gathering |
Gathering.withName(String name)
ギャザリング名を設定
|
Gathering |
Gathering.withOwnerId(String ownerId)
オーナーIDを設定
|
Gathering |
Gathering.withPort(Integer port)
ホストポートを設定
|
Gathering |
Gathering.withSecret(String secret)
暗号鍵を設定
|
Gathering |
Gathering.withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
Gathering |
Gathering.withUserIds(List<String> userIds)
参加可能なユーザIDリストを設定
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.