| Package | Description |
|---|---|
| io.gs2.gold.control | |
| io.gs2.gold.model |
| Modifier and Type | Method and Description |
|---|---|
GoldPool |
CreateGoldPoolResult.getItem()
ゴールドプールを取得
|
GoldPool |
UpdateGoldPoolResult.getItem()
ゴールドプールを取得
|
GoldPool |
GetGoldPoolResult.getItem()
ゴールドプールを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<GoldPool> |
DescribeGoldPoolResult.getItems()
ゴールドプールを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGoldPoolResult.setItem(GoldPool item)
ゴールドプールを設定
|
void |
UpdateGoldPoolResult.setItem(GoldPool item)
ゴールドプールを設定
|
void |
GetGoldPoolResult.setItem(GoldPool item)
ゴールドプールを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGoldPoolResult.setItems(List<GoldPool> items)
ゴールドプールを設定
|
| Modifier and Type | Method and Description |
|---|---|
GoldPool |
GoldPool.withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
GoldPool |
GoldPool.withCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
ウォレットの生成完了時 に実行されるGS2-Scriptを設定
|
GoldPool |
GoldPool.withCreateWalletTriggerScript(String createWalletTriggerScript)
ウォレットの生成時 に実行されるGS2-Scriptを設定
|
GoldPool |
GoldPool.withDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
ウォレットへの加算完了時 に実行されるGS2-Scriptを設定
|
GoldPool |
GoldPool.withDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
ウォレットへの加算時 に実行されるGS2-Scriptを設定
|
GoldPool |
GoldPool.withDescription(String description)
説明文を設定
|
GoldPool |
GoldPool.withGoldPoolId(String goldPoolId)
ゴールドプールGRNを設定
|
GoldPool |
GoldPool.withName(String name)
ゴールドプール名を設定
|
GoldPool |
GoldPool.withOwnerId(String ownerId)
オーナーIDを設定
|
GoldPool |
GoldPool.withServiceClass(String serviceClass)
サービスクラスを設定
|
GoldPool |
GoldPool.withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
GoldPool |
GoldPool.withWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
ウォレットからの減算完了時 に実行されるGS2-Scriptを設定
|
GoldPool |
GoldPool.withWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
ウォレットからの減算時 に実行されるGS2-Scriptを設定
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.