public class Wallet extends Object implements Serializable
| Constructor and Description |
|---|
Wallet() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBalance()
残高を取得
|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getGoldName()
ゴールド名を取得
|
Long |
getLatestGain()
直近の期間の取得量を取得
|
String |
getMeta()
メタデータを取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
String |
getUserId()
ユーザIDを取得
|
String |
getWalletId()
ウォレットGRNを取得
|
void |
setBalance(Long balance)
残高を設定
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setGoldName(String goldName)
ゴールド名を設定
|
void |
setLatestGain(Long latestGain)
直近の期間の取得量を設定
|
void |
setMeta(String meta)
メタデータを設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
void |
setUserId(String userId)
ユーザIDを設定
|
void |
setWalletId(String walletId)
ウォレットGRNを設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
Wallet |
withBalance(Long balance)
残高を設定
|
Wallet |
withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
Wallet |
withGoldName(String goldName)
ゴールド名を設定
|
Wallet |
withLatestGain(Long latestGain)
直近の期間の取得量を設定
|
Wallet |
withMeta(String meta)
メタデータを設定
|
Wallet |
withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
Wallet |
withUserId(String userId)
ユーザIDを設定
|
Wallet |
withWalletId(String walletId)
ウォレットGRNを設定
|
public String getWalletId()
public void setWalletId(String walletId)
walletId - ウォレットGRNpublic Wallet withWalletId(String walletId)
walletId - ウォレットGRNpublic String getUserId()
public void setUserId(String userId)
userId - ユーザIDpublic Wallet withUserId(String userId)
userId - ユーザIDpublic String getGoldName()
public void setGoldName(String goldName)
goldName - ゴールド名public Wallet withGoldName(String goldName)
goldName - ゴールド名public String getMeta()
public void setMeta(String meta)
meta - メタデータpublic Long getBalance()
public void setBalance(Long balance)
balance - 残高public Long getLatestGain()
public void setLatestGain(Long latestGain)
latestGain - 直近の期間の取得量public Wallet withLatestGain(Long latestGain)
latestGain - 直近の期間の取得量public Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Wallet withCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public Wallet withUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.