public class SignedBallot extends Object implements IModel, Serializable
| Constructor and Description |
|---|
SignedBallot() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static SignedBallot |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getBody() |
String |
getSignature() |
int |
hashCode() |
void |
setBody(String body) |
void |
setSignature(String signature) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
SignedBallot |
withBody(String body) |
SignedBallot |
withSignature(String signature) |
public String getBody()
public void setBody(String body)
public SignedBallot withBody(String body)
public String getSignature()
public void setSignature(String signature)
public SignedBallot withSignature(String signature)
public static SignedBallot fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.