public class Ballot extends Object implements IModel, Serializable
| Constructor and Description |
|---|
Ballot() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Ballot |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getGatheringName() |
Integer |
getNumberOfPlayer() |
String |
getRatingName() |
String |
getUserId() |
int |
hashCode() |
void |
setGatheringName(String gatheringName) |
void |
setNumberOfPlayer(Integer numberOfPlayer) |
void |
setRatingName(String ratingName) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Ballot |
withGatheringName(String gatheringName) |
Ballot |
withNumberOfPlayer(Integer numberOfPlayer) |
Ballot |
withRatingName(String ratingName) |
Ballot |
withUserId(String userId) |
public String getUserId()
public void setUserId(String userId)
public String getRatingName()
public void setRatingName(String ratingName)
public String getGatheringName()
public void setGatheringName(String gatheringName)
public Integer getNumberOfPlayer()
public void setNumberOfPlayer(Integer numberOfPlayer)
public static Ballot fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.