Package io.gs2.seasonRating.request
Class CreateMatchSessionRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateMatchSessionRequest>
io.gs2.seasonRating.request.CreateMatchSessionRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateMatchSessionRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetNamespaceName(String namespaceName) voidsetSessionName(String sessionName) voidsetTtlSeconds(Integer ttlSeconds) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withSessionName(String sessionName) withTtlSeconds(Integer ttlSeconds) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateMatchSessionRequest
public CreateMatchSessionRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getSessionName
-
setSessionName
-
withSessionName
-
getTtlSeconds
-
setTtlSeconds
-
withTtlSeconds
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-