Class GetBallotResult

java.lang.Object
io.gs2.matchmaking.result.GetBallotResult
All Implemented Interfaces:
IResult, Serializable

public class GetBallotResult extends Object implements IResult, Serializable
See Also:
  • Constructor Details

    • GetBallotResult

      public GetBallotResult()
  • Method Details

    • getItem

      public Ballot getItem()
    • setItem

      public void setItem(Ballot item)
    • withItem

      public GetBallotResult withItem(Ballot item)
    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • withBody

      public GetBallotResult withBody(String body)
    • getSignature

      public String getSignature()
    • setSignature

      public void setSignature(String signature)
    • withSignature

      public GetBallotResult withSignature(String signature)
    • fromJson

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

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