public class BallotAccessTokenDomain extends Object
| Constructor and Description |
|---|
BallotAccessTokenDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
AccessToken accessToken,
String ratingName,
String gatheringName,
Integer numberOfPlayer,
String keyId) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String ratingName,
String gatheringName,
String numberOfPlayer,
String keyId) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String ratingName,
String gatheringName,
String numberOfPlayer,
String keyId,
String childType) |
String |
getBody() |
String |
getGatheringName() |
String |
getKeyId() |
String |
getNamespaceName() |
Integer |
getNumberOfPlayer() |
String |
getRatingName() |
String |
getSignature() |
String |
getUserId() |
Ballot |
model() |
public BallotAccessTokenDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, AccessToken accessToken, String ratingName, String gatheringName, Integer numberOfPlayer, String keyId)
public String getBody()
public String getSignature()
public String getNamespaceName()
public String getUserId()
public String getRatingName()
public String getGatheringName()
public Integer getNumberOfPlayer()
public String getKeyId()
public static String createCacheParentKey(String namespaceName, String userId, String ratingName, String gatheringName, String numberOfPlayer, String keyId, String childType)
public static String createCacheKey(String ratingName, String gatheringName, String numberOfPlayer, String keyId)
public Ballot model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.