Class CreateMatchSessionRequest

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

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

    • CreateMatchSessionRequest

      public CreateMatchSessionRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public CreateMatchSessionRequest withNamespaceName(String namespaceName)
    • getSessionName

      public String getSessionName()
    • setSessionName

      public void setSessionName(String sessionName)
    • withSessionName

      public CreateMatchSessionRequest withSessionName(String sessionName)
    • getTtlSeconds

      public Integer getTtlSeconds()
    • setTtlSeconds

      public void setTtlSeconds(Integer ttlSeconds)
    • withTtlSeconds

      public CreateMatchSessionRequest withTtlSeconds(Integer ttlSeconds)
    • fromJson

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

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