public class GetBallotResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
GetBallotResult() |
| Modifier and Type | Method and Description |
|---|---|
static GetBallotResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getBody() |
Ballot |
getItem() |
String |
getSignature() |
void |
setBody(String body) |
void |
setItem(Ballot item) |
void |
setSignature(String signature) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetBallotResult |
withBody(String body) |
GetBallotResult |
withItem(Ballot item) |
GetBallotResult |
withSignature(String signature) |
public Ballot getItem()
public void setItem(Ballot item)
public GetBallotResult withItem(Ballot item)
public String getBody()
public void setBody(String body)
public GetBallotResult withBody(String body)
public String getSignature()
public void setSignature(String signature)
public GetBallotResult withSignature(String signature)
public static GetBallotResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.