public class Gathering extends Object implements Serializable
| Constructor and Description |
|---|
Gathering() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getGatheringId()
ギャザリングIDを取得
|
String |
getGatheringPoolId()
ギャザリングプールGRNを取得
|
String |
getIpAddress()
ホストIPアドレスを取得
|
String |
getName()
ギャザリング名を取得
|
String |
getOwnerId()
オーナーIDを取得
|
Integer |
getPort()
ホストポートを取得
|
String |
getSecret()
暗号鍵を取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
List<String> |
getUserIds()
参加可能なユーザIDリストを取得
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setGatheringId(String gatheringId)
ギャザリングIDを設定
|
void |
setGatheringPoolId(String gatheringPoolId)
ギャザリングプールGRNを設定
|
void |
setIpAddress(String ipAddress)
ホストIPアドレスを設定
|
void |
setName(String name)
ギャザリング名を設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setPort(Integer port)
ホストポートを設定
|
void |
setSecret(String secret)
暗号鍵を設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
void |
setUserIds(List<String> userIds)
参加可能なユーザIDリストを設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
Gathering |
withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
Gathering |
withGatheringId(String gatheringId)
ギャザリングIDを設定
|
Gathering |
withGatheringPoolId(String gatheringPoolId)
ギャザリングプールGRNを設定
|
Gathering |
withIpAddress(String ipAddress)
ホストIPアドレスを設定
|
Gathering |
withName(String name)
ギャザリング名を設定
|
Gathering |
withOwnerId(String ownerId)
オーナーIDを設定
|
Gathering |
withPort(Integer port)
ホストポートを設定
|
Gathering |
withSecret(String secret)
暗号鍵を設定
|
Gathering |
withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
Gathering |
withUserIds(List<String> userIds)
参加可能なユーザIDリストを設定
|
public String getGatheringId()
public void setGatheringId(String gatheringId)
gatheringId - ギャザリングIDpublic Gathering withGatheringId(String gatheringId)
gatheringId - ギャザリングIDpublic String getGatheringPoolId()
public void setGatheringPoolId(String gatheringPoolId)
gatheringPoolId - ギャザリングプールGRNpublic Gathering withGatheringPoolId(String gatheringPoolId)
gatheringPoolId - ギャザリングプールGRNpublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Gathering withOwnerId(String ownerId)
ownerId - オーナーIDpublic String getName()
public void setName(String name)
name - ギャザリング名public String getIpAddress()
public void setIpAddress(String ipAddress)
ipAddress - ホストIPアドレスpublic Gathering withIpAddress(String ipAddress)
ipAddress - ホストIPアドレスpublic Integer getPort()
public void setPort(Integer port)
port - ホストポートpublic String getSecret()
public void setSecret(String secret)
secret - 暗号鍵public void setUserIds(List<String> userIds)
userIds - 参加可能なユーザIDリストpublic Gathering withUserIds(List<String> userIds)
userIds - 参加可能なユーザIDリストpublic Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Gathering withCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public Gathering withUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.