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