public class GoldPool extends Object implements Serializable
| Constructor and Description |
|---|
GoldPool() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getCreateWalletDoneTriggerScript()
ウォレットの生成完了時 に実行されるGS2-Scriptを取得
|
String |
getCreateWalletTriggerScript()
ウォレットの生成時 に実行されるGS2-Scriptを取得
|
String |
getDepositIntoWalletDoneTriggerScript()
ウォレットへの加算完了時 に実行されるGS2-Scriptを取得
|
String |
getDepositIntoWalletTriggerScript()
ウォレットへの加算時 に実行されるGS2-Scriptを取得
|
String |
getDescription()
説明文を取得
|
String |
getGoldPoolId()
ゴールドプールGRNを取得
|
String |
getName()
ゴールドプール名を取得
|
String |
getOwnerId()
オーナーIDを取得
|
String |
getServiceClass()
サービスクラスを取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
String |
getWithdrawFromWalletDoneTriggerScript()
ウォレットからの減算完了時 に実行されるGS2-Scriptを取得
|
String |
getWithdrawFromWalletTriggerScript()
ウォレットからの減算時 に実行されるGS2-Scriptを取得
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
ウォレットの生成完了時 に実行されるGS2-Scriptを設定
|
void |
setCreateWalletTriggerScript(String createWalletTriggerScript)
ウォレットの生成時 に実行されるGS2-Scriptを設定
|
void |
setDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
ウォレットへの加算完了時 に実行されるGS2-Scriptを設定
|
void |
setDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
ウォレットへの加算時 に実行されるGS2-Scriptを設定
|
void |
setDescription(String description)
説明文を設定
|
void |
setGoldPoolId(String goldPoolId)
ゴールドプールGRNを設定
|
void |
setName(String name)
ゴールドプール名を設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setServiceClass(String serviceClass)
サービスクラスを設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
void |
setWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
ウォレットからの減算完了時 に実行されるGS2-Scriptを設定
|
void |
setWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
ウォレットからの減算時 に実行されるGS2-Scriptを設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
GoldPool |
withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
GoldPool |
withCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
ウォレットの生成完了時 に実行されるGS2-Scriptを設定
|
GoldPool |
withCreateWalletTriggerScript(String createWalletTriggerScript)
ウォレットの生成時 に実行されるGS2-Scriptを設定
|
GoldPool |
withDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
ウォレットへの加算完了時 に実行されるGS2-Scriptを設定
|
GoldPool |
withDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
ウォレットへの加算時 に実行されるGS2-Scriptを設定
|
GoldPool |
withDescription(String description)
説明文を設定
|
GoldPool |
withGoldPoolId(String goldPoolId)
ゴールドプールGRNを設定
|
GoldPool |
withName(String name)
ゴールドプール名を設定
|
GoldPool |
withOwnerId(String ownerId)
オーナーIDを設定
|
GoldPool |
withServiceClass(String serviceClass)
サービスクラスを設定
|
GoldPool |
withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
GoldPool |
withWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
ウォレットからの減算完了時 に実行されるGS2-Scriptを設定
|
GoldPool |
withWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
ウォレットからの減算時 に実行されるGS2-Scriptを設定
|
public String getGoldPoolId()
public void setGoldPoolId(String goldPoolId)
goldPoolId - ゴールドプールGRNpublic GoldPool withGoldPoolId(String goldPoolId)
goldPoolId - ゴールドプールGRNpublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic GoldPool withOwnerId(String ownerId)
ownerId - オーナーIDpublic String getName()
public void setName(String name)
name - ゴールドプール名public GoldPool withName(String name)
name - ゴールドプール名public String getDescription()
public void setDescription(String description)
description - 説明文public GoldPool withDescription(String description)
description - 説明文public String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - サービスクラスpublic GoldPool withServiceClass(String serviceClass)
serviceClass - サービスクラスpublic String getCreateWalletTriggerScript()
public void setCreateWalletTriggerScript(String createWalletTriggerScript)
createWalletTriggerScript - ウォレットの生成時 に実行されるGS2-Scriptpublic GoldPool withCreateWalletTriggerScript(String createWalletTriggerScript)
createWalletTriggerScript - ウォレットの生成時 に実行されるGS2-Scriptpublic String getCreateWalletDoneTriggerScript()
public void setCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
createWalletDoneTriggerScript - ウォレットの生成完了時 に実行されるGS2-Scriptpublic GoldPool withCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
createWalletDoneTriggerScript - ウォレットの生成完了時 に実行されるGS2-Scriptpublic String getDepositIntoWalletTriggerScript()
public void setDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
depositIntoWalletTriggerScript - ウォレットへの加算時 に実行されるGS2-Scriptpublic GoldPool withDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
depositIntoWalletTriggerScript - ウォレットへの加算時 に実行されるGS2-Scriptpublic String getDepositIntoWalletDoneTriggerScript()
public void setDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
depositIntoWalletDoneTriggerScript - ウォレットへの加算完了時 に実行されるGS2-Scriptpublic GoldPool withDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
depositIntoWalletDoneTriggerScript - ウォレットへの加算完了時 に実行されるGS2-Scriptpublic String getWithdrawFromWalletTriggerScript()
public void setWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
withdrawFromWalletTriggerScript - ウォレットからの減算時 に実行されるGS2-Scriptpublic GoldPool withWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
withdrawFromWalletTriggerScript - ウォレットからの減算時 に実行されるGS2-Scriptpublic String getWithdrawFromWalletDoneTriggerScript()
public void setWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
withdrawFromWalletDoneTriggerScript - ウォレットからの減算完了時 に実行されるGS2-Scriptpublic GoldPool withWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
withdrawFromWalletDoneTriggerScript - ウォレットからの減算完了時 に実行されるGS2-Scriptpublic Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public GoldPool withCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public GoldPool withUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.