Class Ballot

java.lang.Object
io.gs2.matchmaking.model.Ballot
All Implemented Interfaces:
IModel, Serializable

public class Ballot extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • Ballot

      public Ballot()
  • Method Details

    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public Ballot withUserId(String userId)
    • getRatingName

      public String getRatingName()
    • setRatingName

      public void setRatingName(String ratingName)
    • withRatingName

      public Ballot withRatingName(String ratingName)
    • getGatheringName

      public String getGatheringName()
    • setGatheringName

      public void setGatheringName(String gatheringName)
    • withGatheringName

      public Ballot withGatheringName(String gatheringName)
    • getNumberOfPlayer

      public Integer getNumberOfPlayer()
    • setNumberOfPlayer

      public void setNumberOfPlayer(Integer numberOfPlayer)
    • withNumberOfPlayer

      public Ballot withNumberOfPlayer(Integer numberOfPlayer)
    • fromJson

      public static Ballot fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object