public class VoteMultipleRequest extends Gs2BasicRequest<VoteMultipleRequest>
| Constructor and Description |
|---|
VoteMultipleRequest() |
| Modifier and Type | Method and Description |
|---|---|
static VoteMultipleRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<GameResult> |
getGameResults() |
String |
getKeyId() |
String |
getNamespaceName() |
List<SignedBallot> |
getSignedBallots() |
void |
setGameResults(List<GameResult> gameResults) |
void |
setKeyId(String keyId) |
void |
setNamespaceName(String namespaceName) |
void |
setSignedBallots(List<SignedBallot> signedBallots) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
VoteMultipleRequest |
withGameResults(List<GameResult> gameResults) |
VoteMultipleRequest |
withKeyId(String keyId) |
VoteMultipleRequest |
withNamespaceName(String namespaceName) |
VoteMultipleRequest |
withSignedBallots(List<SignedBallot> signedBallots) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public VoteMultipleRequest withNamespaceName(String namespaceName)
public List<SignedBallot> getSignedBallots()
public void setSignedBallots(List<SignedBallot> signedBallots)
public VoteMultipleRequest withSignedBallots(List<SignedBallot> signedBallots)
public List<GameResult> getGameResults()
public void setGameResults(List<GameResult> gameResults)
public VoteMultipleRequest withGameResults(List<GameResult> gameResults)
public String getKeyId()
public void setKeyId(String keyId)
public VoteMultipleRequest withKeyId(String keyId)
public static VoteMultipleRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.