public class WalletSettings extends Object implements Serializable
| Constructor and Description |
|---|
WalletSettings() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBalanceMax()
各ウォレットの残高の最大値を取得
|
String |
getGoldName()
ゴールド名を取得
|
Long |
getLatestGainMax()
期間内の最大取得量を取得
|
String |
getMeta()
メタデータを取得
|
Integer |
getResetDayOfMonth()
期間内の取得量をリセットする日にちを取得
|
String |
getResetDayOfWeek()
期間内の取得量をリセットする曜日を取得
|
Integer |
getResetHour()
期間内の取得量をリセットする時を取得
|
String |
getResetType()
取得量の期間制限のタイプを取得
|
void |
setBalanceMax(Long balanceMax)
各ウォレットの残高の最大値を設定
|
void |
setGoldName(String goldName)
ゴールド名を設定
|
void |
setLatestGainMax(Long latestGainMax)
期間内の最大取得量を設定
|
void |
setMeta(String meta)
メタデータを設定
|
void |
setResetDayOfMonth(Integer resetDayOfMonth)
期間内の取得量をリセットする日にちを設定
|
void |
setResetDayOfWeek(String resetDayOfWeek)
期間内の取得量をリセットする曜日を設定
|
void |
setResetHour(Integer resetHour)
期間内の取得量をリセットする時を設定
|
void |
setResetType(String resetType)
取得量の期間制限のタイプを設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
WalletSettings |
withBalanceMax(Long balanceMax)
各ウォレットの残高の最大値を設定
|
WalletSettings |
withGoldName(String goldName)
ゴールド名を設定
|
WalletSettings |
withLatestGainMax(Long latestGainMax)
期間内の最大取得量を設定
|
WalletSettings |
withMeta(String meta)
メタデータを設定
|
WalletSettings |
withResetDayOfMonth(Integer resetDayOfMonth)
期間内の取得量をリセットする日にちを設定
|
WalletSettings |
withResetDayOfWeek(String resetDayOfWeek)
期間内の取得量をリセットする曜日を設定
|
WalletSettings |
withResetHour(Integer resetHour)
期間内の取得量をリセットする時を設定
|
WalletSettings |
withResetType(String resetType)
取得量の期間制限のタイプを設定
|
public String getGoldName()
public void setGoldName(String goldName)
goldName - ゴールド名public WalletSettings withGoldName(String goldName)
goldName - ゴールド名public Long getBalanceMax()
public void setBalanceMax(Long balanceMax)
balanceMax - 各ウォレットの残高の最大値public WalletSettings withBalanceMax(Long balanceMax)
balanceMax - 各ウォレットの残高の最大値public String getMeta()
public void setMeta(String meta)
meta - メタデータpublic WalletSettings withMeta(String meta)
meta - メタデータpublic String getResetType()
public void setResetType(String resetType)
resetType - 取得量の期間制限のタイプpublic WalletSettings withResetType(String resetType)
resetType - 取得量の期間制限のタイプpublic Integer getResetDayOfMonth()
public void setResetDayOfMonth(Integer resetDayOfMonth)
resetDayOfMonth - 期間内の取得量をリセットする日にちpublic WalletSettings withResetDayOfMonth(Integer resetDayOfMonth)
resetDayOfMonth - 期間内の取得量をリセットする日にちpublic String getResetDayOfWeek()
public void setResetDayOfWeek(String resetDayOfWeek)
resetDayOfWeek - 期間内の取得量をリセットする曜日public WalletSettings withResetDayOfWeek(String resetDayOfWeek)
resetDayOfWeek - 期間内の取得量をリセットする曜日public Integer getResetHour()
public void setResetHour(Integer resetHour)
resetHour - 期間内の取得量をリセットする時public WalletSettings withResetHour(Integer resetHour)
resetHour - 期間内の取得量をリセットする時public Long getLatestGainMax()
public void setLatestGainMax(Long latestGainMax)
latestGainMax - 期間内の最大取得量public WalletSettings withLatestGainMax(Long latestGainMax)
latestGainMax - 期間内の最大取得量public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.