| Package | Description |
|---|---|
| io.gs2.gold.control | |
| io.gs2.gold.model |
| Modifier and Type | Method and Description |
|---|---|
GoldMaster |
UpdateGoldMasterResult.getItem()
ゴールドを取得
|
GoldMaster |
GetGoldMasterResult.getItem()
ゴールドを取得
|
GoldMaster |
CreateGoldMasterResult.getItem()
ゴールドを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<GoldMaster> |
DescribeGoldMasterResult.getItems()
ゴールドを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGoldMasterResult.setItem(GoldMaster item)
ゴールドを設定
|
void |
GetGoldMasterResult.setItem(GoldMaster item)
ゴールドを設定
|
void |
CreateGoldMasterResult.setItem(GoldMaster item)
ゴールドを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGoldMasterResult.setItems(List<GoldMaster> items)
ゴールドを設定
|
| Modifier and Type | Method and Description |
|---|---|
GoldMaster |
GoldMaster.withBalanceMax(Long balanceMax)
各ウォレットの残高の最大値を設定
|
GoldMaster |
GoldMaster.withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
GoldMaster |
GoldMaster.withCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
ウォレットの生成完了時 に実行されるGS2-Scriptを設定
|
GoldMaster |
GoldMaster.withCreateWalletTriggerScript(String createWalletTriggerScript)
ウォレットの生成時 に実行されるGS2-Scriptを設定
|
GoldMaster |
GoldMaster.withDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
ウォレットへの加算完了時 に実行されるGS2-Scriptを設定
|
GoldMaster |
GoldMaster.withDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
ウォレットへの加算時 に実行されるGS2-Scriptを設定
|
GoldMaster |
GoldMaster.withGoldId(String goldId)
ゴールドGRNを設定
|
GoldMaster |
GoldMaster.withLatestGainMax(Long latestGainMax)
期間内の最大取得量を設定
|
GoldMaster |
GoldMaster.withMeta(String meta)
メタデータを設定
|
GoldMaster |
GoldMaster.withName(String name)
ゴールド名を設定
|
GoldMaster |
GoldMaster.withResetDayOfMonth(Integer resetDayOfMonth)
期間内の取得量をリセットする日にちを設定
|
GoldMaster |
GoldMaster.withResetDayOfWeek(String resetDayOfWeek)
期間内の取得量をリセットする曜日を設定
|
GoldMaster |
GoldMaster.withResetHour(Integer resetHour)
期間内の取得量をリセットする時を設定
|
GoldMaster |
GoldMaster.withResetType(String resetType)
取得量の期間制限のタイプを設定
|
GoldMaster |
GoldMaster.withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
GoldMaster |
GoldMaster.withWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
ウォレットからの減算完了時 に実行されるGS2-Scriptを設定
|
GoldMaster |
GoldMaster.withWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
ウォレットからの減算時 に実行されるGS2-Scriptを設定
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.