public class TimerPool extends Object implements Serializable
| Constructor and Description |
|---|
TimerPool() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getDescription()
説明文を取得
|
String |
getName()
タイマープール名を取得
|
String |
getOwnerId()
オーナーIDを取得
|
String |
getTimerPoolId()
タイマープールGRNを取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setDescription(String description)
説明文を設定
|
void |
setName(String name)
タイマープール名を設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setTimerPoolId(String timerPoolId)
タイマープールGRNを設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
public Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public String getDescription()
public void setDescription(String description)
description - 説明文public String getName()
public void setName(String name)
name - タイマープール名public String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public String getTimerPoolId()
public void setTimerPoolId(String timerPoolId)
timerPoolId - タイマープールGRNCopyright © 2016 Game Server Services, Inc. AllRights Reserved.