public class GoldMaster extends Object implements Serializable
| Constructor and Description |
|---|
GoldMaster() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBalanceMax()
各ウォレットの残高の最大値を取得
|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getCreateWalletDoneTriggerScript()
ウォレットの生成完了時 に実行されるGS2-Scriptを取得
|
String |
getCreateWalletTriggerScript()
ウォレットの生成時 に実行されるGS2-Scriptを取得
|
String |
getDepositIntoWalletDoneTriggerScript()
ウォレットへの加算完了時 に実行されるGS2-Scriptを取得
|
String |
getDepositIntoWalletTriggerScript()
ウォレットへの加算時 に実行されるGS2-Scriptを取得
|
String |
getGoldId()
ゴールドGRNを取得
|
Long |
getLatestGainMax()
期間内の最大取得量を取得
|
String |
getMeta()
メタデータを取得
|
String |
getName()
ゴールド名を取得
|
Integer |
getResetDayOfMonth()
期間内の取得量をリセットする日にちを取得
|
String |
getResetDayOfWeek()
期間内の取得量をリセットする曜日を取得
|
Integer |
getResetHour()
期間内の取得量をリセットする時を取得
|
String |
getResetType()
取得量の期間制限のタイプを取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
String |
getWithdrawFromWalletDoneTriggerScript()
ウォレットからの減算完了時 に実行されるGS2-Scriptを取得
|
String |
getWithdrawFromWalletTriggerScript()
ウォレットからの減算時 に実行されるGS2-Scriptを取得
|
void |
setBalanceMax(Long balanceMax)
各ウォレットの残高の最大値を設定
|
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 |
setGoldId(String goldId)
ゴールドGRNを設定
|
void |
setLatestGainMax(Long latestGainMax)
期間内の最大取得量を設定
|
void |
setMeta(String meta)
メタデータを設定
|
void |
setName(String name)
ゴールド名を設定
|
void |
setResetDayOfMonth(Integer resetDayOfMonth)
期間内の取得量をリセットする日にちを設定
|
void |
setResetDayOfWeek(String resetDayOfWeek)
期間内の取得量をリセットする曜日を設定
|
void |
setResetHour(Integer resetHour)
期間内の取得量をリセットする時を設定
|
void |
setResetType(String resetType)
取得量の期間制限のタイプを設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
void |
setWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
ウォレットからの減算完了時 に実行されるGS2-Scriptを設定
|
void |
setWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
ウォレットからの減算時 に実行されるGS2-Scriptを設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
GoldMaster |
withBalanceMax(Long balanceMax)
各ウォレットの残高の最大値を設定
|
GoldMaster |
withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
GoldMaster |
withCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
ウォレットの生成完了時 に実行されるGS2-Scriptを設定
|
GoldMaster |
withCreateWalletTriggerScript(String createWalletTriggerScript)
ウォレットの生成時 に実行されるGS2-Scriptを設定
|
GoldMaster |
withDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
ウォレットへの加算完了時 に実行されるGS2-Scriptを設定
|
GoldMaster |
withDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
ウォレットへの加算時 に実行されるGS2-Scriptを設定
|
GoldMaster |
withGoldId(String goldId)
ゴールドGRNを設定
|
GoldMaster |
withLatestGainMax(Long latestGainMax)
期間内の最大取得量を設定
|
GoldMaster |
withMeta(String meta)
メタデータを設定
|
GoldMaster |
withName(String name)
ゴールド名を設定
|
GoldMaster |
withResetDayOfMonth(Integer resetDayOfMonth)
期間内の取得量をリセットする日にちを設定
|
GoldMaster |
withResetDayOfWeek(String resetDayOfWeek)
期間内の取得量をリセットする曜日を設定
|
GoldMaster |
withResetHour(Integer resetHour)
期間内の取得量をリセットする時を設定
|
GoldMaster |
withResetType(String resetType)
取得量の期間制限のタイプを設定
|
GoldMaster |
withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
GoldMaster |
withWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
ウォレットからの減算完了時 に実行されるGS2-Scriptを設定
|
GoldMaster |
withWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
ウォレットからの減算時 に実行されるGS2-Scriptを設定
|
public String getGoldId()
public void setGoldId(String goldId)
goldId - ゴールドGRNpublic GoldMaster withGoldId(String goldId)
goldId - ゴールドGRNpublic String getName()
public void setName(String name)
name - ゴールド名public GoldMaster withName(String name)
name - ゴールド名public String getMeta()
public void setMeta(String meta)
meta - メタデータpublic GoldMaster withMeta(String meta)
meta - メタデータpublic Long getBalanceMax()
public void setBalanceMax(Long balanceMax)
balanceMax - 各ウォレットの残高の最大値public GoldMaster withBalanceMax(Long balanceMax)
balanceMax - 各ウォレットの残高の最大値public String getResetType()
public void setResetType(String resetType)
resetType - 取得量の期間制限のタイプpublic GoldMaster withResetType(String resetType)
resetType - 取得量の期間制限のタイプpublic Integer getResetDayOfMonth()
public void setResetDayOfMonth(Integer resetDayOfMonth)
resetDayOfMonth - 期間内の取得量をリセットする日にちpublic GoldMaster withResetDayOfMonth(Integer resetDayOfMonth)
resetDayOfMonth - 期間内の取得量をリセットする日にちpublic String getResetDayOfWeek()
public void setResetDayOfWeek(String resetDayOfWeek)
resetDayOfWeek - 期間内の取得量をリセットする曜日public GoldMaster withResetDayOfWeek(String resetDayOfWeek)
resetDayOfWeek - 期間内の取得量をリセットする曜日public Integer getResetHour()
public void setResetHour(Integer resetHour)
resetHour - 期間内の取得量をリセットする時public GoldMaster withResetHour(Integer resetHour)
resetHour - 期間内の取得量をリセットする時public Long getLatestGainMax()
public void setLatestGainMax(Long latestGainMax)
latestGainMax - 期間内の最大取得量public GoldMaster withLatestGainMax(Long latestGainMax)
latestGainMax - 期間内の最大取得量public String getCreateWalletTriggerScript()
public void setCreateWalletTriggerScript(String createWalletTriggerScript)
createWalletTriggerScript - ウォレットの生成時 に実行されるGS2-Scriptpublic GoldMaster withCreateWalletTriggerScript(String createWalletTriggerScript)
createWalletTriggerScript - ウォレットの生成時 に実行されるGS2-Scriptpublic String getCreateWalletDoneTriggerScript()
public void setCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
createWalletDoneTriggerScript - ウォレットの生成完了時 に実行されるGS2-Scriptpublic GoldMaster withCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
createWalletDoneTriggerScript - ウォレットの生成完了時 に実行されるGS2-Scriptpublic String getDepositIntoWalletTriggerScript()
public void setDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
depositIntoWalletTriggerScript - ウォレットへの加算時 に実行されるGS2-Scriptpublic GoldMaster withDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
depositIntoWalletTriggerScript - ウォレットへの加算時 に実行されるGS2-Scriptpublic String getDepositIntoWalletDoneTriggerScript()
public void setDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
depositIntoWalletDoneTriggerScript - ウォレットへの加算完了時 に実行されるGS2-Scriptpublic GoldMaster withDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
depositIntoWalletDoneTriggerScript - ウォレットへの加算完了時 に実行されるGS2-Scriptpublic String getWithdrawFromWalletTriggerScript()
public void setWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
withdrawFromWalletTriggerScript - ウォレットからの減算時 に実行されるGS2-Scriptpublic GoldMaster withWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
withdrawFromWalletTriggerScript - ウォレットからの減算時 に実行されるGS2-Scriptpublic String getWithdrawFromWalletDoneTriggerScript()
public void setWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
withdrawFromWalletDoneTriggerScript - ウォレットからの減算完了時 に実行されるGS2-Scriptpublic GoldMaster withWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
withdrawFromWalletDoneTriggerScript - ウォレットからの減算完了時 に実行されるGS2-Scriptpublic Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public GoldMaster withCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public GoldMaster withUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.