public class UpdateGoldRequest extends io.gs2.control.Gs2BasicRequest<UpdateGoldRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateGoldRequest.Constant |
| Constructor and Description |
|---|
UpdateGoldRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBalanceMax()
各ウォレットの残高の最大値を取得
|
String |
getCreateWalletDoneTriggerScript()
ウォレットの生成完了時 に実行されるGS2-Scriptを取得
|
String |
getCreateWalletTriggerScript()
ウォレットの生成時 に実行されるGS2-Scriptを取得
|
String |
getDepositIntoWalletDoneTriggerScript()
ウォレットへの加算完了時 に実行されるGS2-Scriptを取得
|
String |
getDepositIntoWalletTriggerScript()
ウォレットへの加算時 に実行されるGS2-Scriptを取得
|
String |
getDescription()
説明文を取得
|
String |
getGoldName()
ゴールドの名前を指定します。を取得
|
Long |
getLatestGainMax()
期間内の最大取得量を取得
|
String |
getNotificationUrl()
通知先 URLを取得
|
Integer |
getResetDayOfMonth()
期間内の取得量をリセットする日にちを取得
|
String |
getResetDayOfWeek()
期間内の取得量をリセットする曜日を取得
|
Integer |
getResetHour()
期間内の取得量をリセットする時を取得
|
String |
getResetType()
取得量の期間制限のタイプを取得
|
String |
getServiceClass()
サービスクラスを取得
|
String |
getWithdrawFromWalletDoneTriggerScript()
ウォレットからの減算完了時 に実行されるGS2-Scriptを取得
|
String |
getWithdrawFromWalletTriggerScript()
ウォレットからの減算時 に実行されるGS2-Scriptを取得
|
void |
setBalanceMax(Long balanceMax)
各ウォレットの残高の最大値を設定
|
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 |
setGoldName(String goldName)
ゴールドの名前を指定します。を設定
|
void |
setLatestGainMax(Long latestGainMax)
期間内の最大取得量を設定
|
void |
setNotificationUrl(String notificationUrl)
通知先 URLを設定
|
void |
setResetDayOfMonth(Integer resetDayOfMonth)
期間内の取得量をリセットする日にちを設定
|
void |
setResetDayOfWeek(String resetDayOfWeek)
期間内の取得量をリセットする曜日を設定
|
void |
setResetHour(Integer resetHour)
期間内の取得量をリセットする時を設定
|
void |
setResetType(String resetType)
取得量の期間制限のタイプを設定
|
void |
setServiceClass(String serviceClass)
サービスクラスを設定
|
void |
setWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
ウォレットからの減算完了時 に実行されるGS2-Scriptを設定
|
void |
setWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
ウォレットからの減算時 に実行されるGS2-Scriptを設定
|
UpdateGoldRequest |
withBalanceMax(Long balanceMax)
各ウォレットの残高の最大値を設定
|
UpdateGoldRequest |
withCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
ウォレットの生成完了時 に実行されるGS2-Scriptを設定
|
UpdateGoldRequest |
withCreateWalletTriggerScript(String createWalletTriggerScript)
ウォレットの生成時 に実行されるGS2-Scriptを設定
|
UpdateGoldRequest |
withDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
ウォレットへの加算完了時 に実行されるGS2-Scriptを設定
|
UpdateGoldRequest |
withDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
ウォレットへの加算時 に実行されるGS2-Scriptを設定
|
UpdateGoldRequest |
withDescription(String description)
説明文を設定
|
UpdateGoldRequest |
withGoldName(String goldName)
ゴールドの名前を指定します。を設定
|
UpdateGoldRequest |
withLatestGainMax(Long latestGainMax)
期間内の最大取得量を設定
|
UpdateGoldRequest |
withNotificationUrl(String notificationUrl)
通知先 URLを設定
|
UpdateGoldRequest |
withResetDayOfMonth(Integer resetDayOfMonth)
期間内の取得量をリセットする日にちを設定
|
UpdateGoldRequest |
withResetDayOfWeek(String resetDayOfWeek)
期間内の取得量をリセットする曜日を設定
|
UpdateGoldRequest |
withResetHour(Integer resetHour)
期間内の取得量をリセットする時を設定
|
UpdateGoldRequest |
withResetType(String resetType)
取得量の期間制限のタイプを設定
|
UpdateGoldRequest |
withServiceClass(String serviceClass)
サービスクラスを設定
|
UpdateGoldRequest |
withWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
ウォレットからの減算完了時 に実行されるGS2-Scriptを設定
|
UpdateGoldRequest |
withWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
ウォレットからの減算時 に実行されるGS2-Scriptを設定
|
public String getGoldName()
public void setGoldName(String goldName)
goldName - ゴールドの名前を指定します。public UpdateGoldRequest withGoldName(String goldName)
goldName - ゴールドの名前を指定します。public String getDescription()
public void setDescription(String description)
description - 説明文public UpdateGoldRequest withDescription(String description)
description - 説明文public String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - サービスクラスpublic UpdateGoldRequest withServiceClass(String serviceClass)
serviceClass - サービスクラスpublic Long getBalanceMax()
public void setBalanceMax(Long balanceMax)
balanceMax - 各ウォレットの残高の最大値public UpdateGoldRequest withBalanceMax(Long balanceMax)
balanceMax - 各ウォレットの残高の最大値public String getResetType()
public void setResetType(String resetType)
resetType - 取得量の期間制限のタイプpublic UpdateGoldRequest withResetType(String resetType)
resetType - 取得量の期間制限のタイプpublic Integer getResetDayOfMonth()
public void setResetDayOfMonth(Integer resetDayOfMonth)
resetDayOfMonth - 期間内の取得量をリセットする日にちpublic UpdateGoldRequest withResetDayOfMonth(Integer resetDayOfMonth)
resetDayOfMonth - 期間内の取得量をリセットする日にちpublic String getResetDayOfWeek()
public void setResetDayOfWeek(String resetDayOfWeek)
resetDayOfWeek - 期間内の取得量をリセットする曜日public UpdateGoldRequest withResetDayOfWeek(String resetDayOfWeek)
resetDayOfWeek - 期間内の取得量をリセットする曜日public Integer getResetHour()
public void setResetHour(Integer resetHour)
resetHour - 期間内の取得量をリセットする時public UpdateGoldRequest withResetHour(Integer resetHour)
resetHour - 期間内の取得量をリセットする時public Long getLatestGainMax()
public void setLatestGainMax(Long latestGainMax)
latestGainMax - 期間内の最大取得量public UpdateGoldRequest withLatestGainMax(Long latestGainMax)
latestGainMax - 期間内の最大取得量public String getNotificationUrl()
public void setNotificationUrl(String notificationUrl)
notificationUrl - 通知先 URLpublic UpdateGoldRequest withNotificationUrl(String notificationUrl)
notificationUrl - 通知先 URLpublic String getCreateWalletTriggerScript()
public void setCreateWalletTriggerScript(String createWalletTriggerScript)
createWalletTriggerScript - ウォレットの生成時 に実行されるGS2-Scriptpublic UpdateGoldRequest withCreateWalletTriggerScript(String createWalletTriggerScript)
createWalletTriggerScript - ウォレットの生成時 に実行されるGS2-Scriptpublic String getCreateWalletDoneTriggerScript()
public void setCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
createWalletDoneTriggerScript - ウォレットの生成完了時 に実行されるGS2-Scriptpublic UpdateGoldRequest withCreateWalletDoneTriggerScript(String createWalletDoneTriggerScript)
createWalletDoneTriggerScript - ウォレットの生成完了時 に実行されるGS2-Scriptpublic String getDepositIntoWalletTriggerScript()
public void setDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
depositIntoWalletTriggerScript - ウォレットへの加算時 に実行されるGS2-Scriptpublic UpdateGoldRequest withDepositIntoWalletTriggerScript(String depositIntoWalletTriggerScript)
depositIntoWalletTriggerScript - ウォレットへの加算時 に実行されるGS2-Scriptpublic String getDepositIntoWalletDoneTriggerScript()
public void setDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
depositIntoWalletDoneTriggerScript - ウォレットへの加算完了時 に実行されるGS2-Scriptpublic UpdateGoldRequest withDepositIntoWalletDoneTriggerScript(String depositIntoWalletDoneTriggerScript)
depositIntoWalletDoneTriggerScript - ウォレットへの加算完了時 に実行されるGS2-Scriptpublic String getWithdrawFromWalletTriggerScript()
public void setWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
withdrawFromWalletTriggerScript - ウォレットからの減算時 に実行されるGS2-Scriptpublic UpdateGoldRequest withWithdrawFromWalletTriggerScript(String withdrawFromWalletTriggerScript)
withdrawFromWalletTriggerScript - ウォレットからの減算時 に実行されるGS2-Scriptpublic String getWithdrawFromWalletDoneTriggerScript()
public void setWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
withdrawFromWalletDoneTriggerScript - ウォレットからの減算完了時 に実行されるGS2-Scriptpublic UpdateGoldRequest withWithdrawFromWalletDoneTriggerScript(String withdrawFromWalletDoneTriggerScript)
withdrawFromWalletDoneTriggerScript - ウォレットからの減算完了時 に実行されるGS2-ScriptCopyright © 2016 Game Server Services, Inc. AllRights Reserved.