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