| Package | Description |
|---|---|
| io.gs2.gateway.model | |
| io.gs2.gateway.result |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
Namespace.withCreatedAt(Long createdAt)
作成日時を設定
|
Namespace |
Namespace.withDescription(String description)
説明文を設定
|
Namespace |
Namespace.withFirebaseSecret(String firebaseSecret)
Firebase の通知送信に使用するシークレットトークンを設定
|
Namespace |
Namespace.withName(String name)
ネームスペース名を設定
|
Namespace |
Namespace.withNamespaceId(String namespaceId)
ネームスペースを設定
|
Namespace |
Namespace.withOwnerId(String ownerId)
オーナーIDを設定
|
Namespace |
Namespace.withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
| Modifier and Type | Method and Description |
|---|---|
int |
Namespace.compareTo(Namespace o) |
| Modifier and Type | Method and Description |
|---|---|
Namespace |
UpdateNamespaceResult.getItem()
更新したネームスペースを取得
|
Namespace |
GetNamespaceResult.getItem()
ネームスペースを取得
|
Namespace |
CreateNamespaceResult.getItem()
作成したネームスペースを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<Namespace> |
DescribeNamespacesResult.getItems()
ネームスペースのリストを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNamespaceResult.setItem(Namespace item)
更新したネームスペースを設定
|
void |
GetNamespaceResult.setItem(Namespace item)
ネームスペースを設定
|
void |
CreateNamespaceResult.setItem(Namespace item)
作成したネームスペースを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNamespacesResult.setItems(List<Namespace> items)
ネームスペースのリストを設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.