| Package | Description |
|---|---|
| io.gs2.money.model | |
| io.gs2.money.request |
| Modifier and Type | Method and Description |
|---|---|
static ScriptSetting |
ScriptSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
ScriptSetting |
Namespace.getCreateWalletScript() |
ScriptSetting |
Namespace.getDepositScript() |
ScriptSetting |
Namespace.getWithdrawScript() |
ScriptSetting |
ScriptSetting.withDoneTriggerQueueNamespaceId(String doneTriggerQueueNamespaceId) |
ScriptSetting |
ScriptSetting.withDoneTriggerScriptId(String doneTriggerScriptId) |
ScriptSetting |
ScriptSetting.withDoneTriggerTargetType(String doneTriggerTargetType) |
ScriptSetting |
ScriptSetting.withTriggerScriptId(String triggerScriptId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.setCreateWalletScript(ScriptSetting createWalletScript) |
void |
Namespace.setDepositScript(ScriptSetting depositScript) |
void |
Namespace.setWithdrawScript(ScriptSetting withdrawScript) |
Namespace |
Namespace.withCreateWalletScript(ScriptSetting createWalletScript) |
Namespace |
Namespace.withDepositScript(ScriptSetting depositScript) |
Namespace |
Namespace.withWithdrawScript(ScriptSetting withdrawScript) |
| Modifier and Type | Method and Description |
|---|---|
ScriptSetting |
CreateNamespaceRequest.getCreateWalletScript() |
ScriptSetting |
UpdateNamespaceRequest.getCreateWalletScript() |
ScriptSetting |
CreateNamespaceRequest.getDepositScript() |
ScriptSetting |
UpdateNamespaceRequest.getDepositScript() |
ScriptSetting |
CreateNamespaceRequest.getWithdrawScript() |
ScriptSetting |
UpdateNamespaceRequest.getWithdrawScript() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateNamespaceRequest.setCreateWalletScript(ScriptSetting createWalletScript) |
void |
UpdateNamespaceRequest.setCreateWalletScript(ScriptSetting createWalletScript) |
void |
CreateNamespaceRequest.setDepositScript(ScriptSetting depositScript) |
void |
UpdateNamespaceRequest.setDepositScript(ScriptSetting depositScript) |
void |
CreateNamespaceRequest.setWithdrawScript(ScriptSetting withdrawScript) |
void |
UpdateNamespaceRequest.setWithdrawScript(ScriptSetting withdrawScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withCreateWalletScript(ScriptSetting createWalletScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withCreateWalletScript(ScriptSetting createWalletScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withDepositScript(ScriptSetting depositScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withDepositScript(ScriptSetting depositScript) |
CreateNamespaceRequest |
CreateNamespaceRequest.withWithdrawScript(ScriptSetting withdrawScript) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withWithdrawScript(ScriptSetting withdrawScript) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.