Class SignedBallot

java.lang.Object
io.gs2.seasonRating.model.SignedBallot
All Implemented Interfaces:
IModel, Serializable

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

    • SignedBallot

      public SignedBallot()
  • Method Details

    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • withBody

      public SignedBallot withBody(String body)
    • getSignature

      public String getSignature()
    • setSignature

      public void setSignature(String signature)
    • withSignature

      public SignedBallot withSignature(String signature)
    • fromJson

      public static SignedBallot 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