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