public class GetBallotRequest extends Gs2BasicRequest<GetBallotRequest>
| Constructor and Description |
|---|
GetBallotRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetBallotRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
String |
getGatheringName() |
String |
getKeyId() |
String |
getNamespaceName() |
Integer |
getNumberOfPlayer() |
String |
getRatingName() |
void |
setAccessToken(String accessToken) |
void |
setGatheringName(String gatheringName) |
void |
setKeyId(String keyId) |
void |
setNamespaceName(String namespaceName) |
void |
setNumberOfPlayer(Integer numberOfPlayer) |
void |
setRatingName(String ratingName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetBallotRequest |
withAccessToken(String accessToken) |
GetBallotRequest |
withGatheringName(String gatheringName) |
GetBallotRequest |
withKeyId(String keyId) |
GetBallotRequest |
withNamespaceName(String namespaceName) |
GetBallotRequest |
withNumberOfPlayer(Integer numberOfPlayer) |
GetBallotRequest |
withRatingName(String ratingName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public GetBallotRequest withNamespaceName(String namespaceName)
public String getRatingName()
public void setRatingName(String ratingName)
public GetBallotRequest withRatingName(String ratingName)
public String getGatheringName()
public void setGatheringName(String gatheringName)
public GetBallotRequest withGatheringName(String gatheringName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public GetBallotRequest withAccessToken(String accessToken)
public Integer getNumberOfPlayer()
public void setNumberOfPlayer(Integer numberOfPlayer)
public GetBallotRequest withNumberOfPlayer(Integer numberOfPlayer)
public String getKeyId()
public void setKeyId(String keyId)
public GetBallotRequest withKeyId(String keyId)
public static GetBallotRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.