Class Ballot

java.lang.Object
io.gs2.seasonRating.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)
    • getSeasonName

      public String getSeasonName()
    • setSeasonName

      public void setSeasonName(String seasonName)
    • withSeasonName

      public Ballot withSeasonName(String seasonName)
    • getSessionName

      public String getSessionName()
    • setSessionName

      public void setSessionName(String sessionName)
    • withSessionName

      public Ballot withSessionName(String sessionName)
    • 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