Class GetBallotRequest

java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetBallotRequest>
io.gs2.matchmaking.request.GetBallotRequest
All Implemented Interfaces:
IRequest, Serializable

public class GetBallotRequest extends Gs2BasicRequest<GetBallotRequest>
See Also:
  • Constructor Details

    • GetBallotRequest

      public GetBallotRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetBallotRequest withNamespaceName(String namespaceName)
    • getRatingName

      public String getRatingName()
    • setRatingName

      public void setRatingName(String ratingName)
    • withRatingName

      public GetBallotRequest withRatingName(String ratingName)
    • getGatheringName

      public String getGatheringName()
    • setGatheringName

      public void setGatheringName(String gatheringName)
    • withGatheringName

      public GetBallotRequest withGatheringName(String gatheringName)
    • getAccessToken

      public String getAccessToken()
    • setAccessToken

      public void setAccessToken(String accessToken)
    • withAccessToken

      public GetBallotRequest withAccessToken(String accessToken)
    • getNumberOfPlayer

      public Integer getNumberOfPlayer()
    • setNumberOfPlayer

      public void setNumberOfPlayer(Integer numberOfPlayer)
    • withNumberOfPlayer

      public GetBallotRequest withNumberOfPlayer(Integer numberOfPlayer)
    • getKeyId

      public String getKeyId()
    • setKeyId

      public void setKeyId(String keyId)
    • withKeyId

      public GetBallotRequest withKeyId(String keyId)
    • fromJson

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

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