Package io.gs2.seasonRating.request
Class DeleteMatchSessionRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DeleteMatchSessionRequest>
io.gs2.seasonRating.request.DeleteMatchSessionRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteMatchSessionRequestfromJson(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
-
DeleteMatchSessionRequest
public DeleteMatchSessionRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getSessionName
-
setSessionName
-
withSessionName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-