public class Showcase extends Object implements Serializable
| Constructor and Description |
|---|
Showcase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuyTriggerScript()
購入直前 に実行されるGS2-Scriptを取得
|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getDescription()
説明文を取得
|
String |
getName()
ショーケース名を取得
|
String |
getOwnerId()
オーナーIDを取得
|
String |
getReleaseConditionTriggerScript()
公開許可判定 に実行されるGS2-Scriptを取得
|
String |
getShowcaseId()
ショーケースGRNを取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
void |
setBuyTriggerScript(String buyTriggerScript)
購入直前 に実行されるGS2-Scriptを設定
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setDescription(String description)
説明文を設定
|
void |
setName(String name)
ショーケース名を設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setReleaseConditionTriggerScript(String releaseConditionTriggerScript)
公開許可判定 に実行されるGS2-Scriptを設定
|
void |
setShowcaseId(String showcaseId)
ショーケースGRNを設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
Showcase |
withBuyTriggerScript(String buyTriggerScript)
購入直前 に実行されるGS2-Scriptを設定
|
Showcase |
withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
Showcase |
withDescription(String description)
説明文を設定
|
Showcase |
withName(String name)
ショーケース名を設定
|
Showcase |
withOwnerId(String ownerId)
オーナーIDを設定
|
Showcase |
withReleaseConditionTriggerScript(String releaseConditionTriggerScript)
公開許可判定 に実行されるGS2-Scriptを設定
|
Showcase |
withShowcaseId(String showcaseId)
ショーケースGRNを設定
|
Showcase |
withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
public String getShowcaseId()
public void setShowcaseId(String showcaseId)
showcaseId - ショーケースGRNpublic Showcase withShowcaseId(String showcaseId)
showcaseId - ショーケースGRNpublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic Showcase withOwnerId(String ownerId)
ownerId - オーナーIDpublic String getName()
public void setName(String name)
name - ショーケース名public String getDescription()
public void setDescription(String description)
description - 説明文public Showcase withDescription(String description)
description - 説明文public String getReleaseConditionTriggerScript()
public void setReleaseConditionTriggerScript(String releaseConditionTriggerScript)
releaseConditionTriggerScript - 公開許可判定 に実行されるGS2-Scriptpublic Showcase withReleaseConditionTriggerScript(String releaseConditionTriggerScript)
releaseConditionTriggerScript - 公開許可判定 に実行されるGS2-Scriptpublic String getBuyTriggerScript()
public void setBuyTriggerScript(String buyTriggerScript)
buyTriggerScript - 購入直前 に実行されるGS2-Scriptpublic Showcase withBuyTriggerScript(String buyTriggerScript)
buyTriggerScript - 購入直前 に実行されるGS2-Scriptpublic Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Showcase withCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public Showcase withUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.