public class Namespace extends Object implements Serializable, Comparable<Namespace>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
createdAt
作成日時
|
protected String |
description
説明文
|
protected String |
firebaseSecret
Firebase の通知送信に使用するシークレットトークン
|
protected String |
name
ネームスペース名
|
protected String |
namespaceId
ネームスペース
|
protected String |
ownerId
オーナーID
|
protected Long |
updatedAt
最終更新日時
|
| Constructor and Description |
|---|
Namespace() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Namespace o) |
boolean |
equals(Object o) |
Long |
getCreatedAt()
作成日時を取得
|
String |
getDescription()
説明文を取得
|
String |
getFirebaseSecret()
Firebase の通知送信に使用するシークレットトークンを取得
|
String |
getName()
ネームスペース名を取得
|
String |
getNamespaceId()
ネームスペースを取得
|
String |
getOwnerId()
オーナーIDを取得
|
Long |
getUpdatedAt()
最終更新日時を取得
|
int |
hashCode() |
void |
setCreatedAt(Long createdAt)
作成日時を設定
|
void |
setDescription(String description)
説明文を設定
|
void |
setFirebaseSecret(String firebaseSecret)
Firebase の通知送信に使用するシークレットトークンを設定
|
void |
setName(String name)
ネームスペース名を設定
|
void |
setNamespaceId(String namespaceId)
ネームスペースを設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setUpdatedAt(Long updatedAt)
最終更新日時を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
Namespace |
withCreatedAt(Long createdAt)
作成日時を設定
|
Namespace |
withDescription(String description)
説明文を設定
|
Namespace |
withFirebaseSecret(String firebaseSecret)
Firebase の通知送信に使用するシークレットトークンを設定
|
Namespace |
withName(String name)
ネームスペース名を設定
|
Namespace |
withNamespaceId(String namespaceId)
ネームスペースを設定
|
Namespace |
withOwnerId(String ownerId)
オーナーIDを設定
|
Namespace |
withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
protected String namespaceId
protected String ownerId
protected String name
protected String description
protected String firebaseSecret
protected Long createdAt
protected Long updatedAt
public String getNamespaceId()
public void setNamespaceId(String namespaceId)
namespaceId - ネームスペースpublic Namespace withNamespaceId(String namespaceId)
namespaceId - ネームスペースpublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Namespace withOwnerId(String ownerId)
ownerId - オーナーIDpublic String getName()
public void setName(String name)
name - ネームスペース名public Namespace withName(String name)
name - ネームスペース名public String getDescription()
public void setDescription(String description)
description - 説明文public Namespace withDescription(String description)
description - 説明文public String getFirebaseSecret()
public void setFirebaseSecret(String firebaseSecret)
firebaseSecret - Firebase の通知送信に使用するシークレットトークンpublic Namespace withFirebaseSecret(String firebaseSecret)
firebaseSecret - Firebase の通知送信に使用するシークレットトークンpublic Long getCreatedAt()
public void setCreatedAt(Long createdAt)
createdAt - 作成日時public Namespace withCreatedAt(Long createdAt)
createdAt - 作成日時public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public Namespace withUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public com.fasterxml.jackson.databind.node.ObjectNode toJson()
public int compareTo(Namespace o)
compareTo in interface Comparable<Namespace>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.