public class WalletAccessTokenDomain extends Object
| Constructor and Description |
|---|
WalletAccessTokenDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
AccessToken accessToken,
Integer slot) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String slot) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String slot,
String childType) |
String |
getNamespaceName() |
Float |
getPrice() |
Integer |
getSlot() |
String |
getUserId() |
Wallet |
model() |
WalletAccessTokenDomain |
withdraw(WithdrawRequest request) |
public WalletAccessTokenDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, AccessToken accessToken, Integer slot)
public Float getPrice()
public String getNamespaceName()
public String getUserId()
public Integer getSlot()
public WalletAccessTokenDomain withdraw(WithdrawRequest request)
public static String createCacheParentKey(String namespaceName, String userId, String slot, String childType)
public Wallet model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.