Package io.gs2.matchmaking.request
Class GetGatheringRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetGatheringRequest>
io.gs2.matchmaking.request.GetGatheringRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetGatheringRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetGatheringName(String gatheringName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withGatheringName(String gatheringName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetGatheringRequest
public GetGatheringRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getGatheringName
-
setGatheringName
-
withGatheringName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-