public class Game extends Object implements Serializable
| コンストラクタと説明 |
|---|
Game() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getDescription()
説明文を取得
|
String |
getGameId()
ゲームIDを取得
|
String |
getName()
ゲーム名を取得
|
String |
getNotificationFirebaseServerKey()
fcm を選択した際の Firebase サーバーキーを取得
|
String |
getNotificationUrl()
http/https を選択した際の転送先URLを取得
|
String |
getOfflineTransfer()
対象がオフライン時使用する転送方式を取得
|
String |
getOwnerId()
オーナーIDを取得
|
String |
getServiceClass()
サービスクラスを取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setDescription(String description)
説明文を設定
|
void |
setGameId(String gameId)
ゲームIDを設定
|
void |
setName(String name)
ゲーム名を設定
|
void |
setNotificationFirebaseServerKey(String notificationFirebaseServerKey)
fcm を選択した際の Firebase サーバーキーを設定
|
void |
setNotificationUrl(String notificationUrl)
http/https を選択した際の転送先URLを設定
|
void |
setOfflineTransfer(String offlineTransfer)
対象がオフライン時使用する転送方式を設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setServiceClass(String serviceClass)
サービスクラスを設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
public String getGameId()
public void setGameId(String gameId)
gameId - ゲームIDpublic String getName()
public void setName(String name)
name - ゲーム名public String getDescription()
public void setDescription(String description)
description - 説明文public String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - サービスクラスpublic Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public String getNotificationUrl()
public void setNotificationUrl(String notificationUrl)
notificationUrl - http/https を選択した際の転送先URLpublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public String getOfflineTransfer()
public void setOfflineTransfer(String offlineTransfer)
offlineTransfer - 対象がオフライン時使用する転送方式public String getNotificationFirebaseServerKey()
public void setNotificationFirebaseServerKey(String notificationFirebaseServerKey)
notificationFirebaseServerKey - fcm を選択した際の Firebase サーバーキーCopyright © 2016 Game Server Services, Inc. AllRights Reserved.