Package io.gs2.matchmaking.request
Class DescribeGatheringsRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DescribeGatheringsRequest>
io.gs2.matchmaking.request.DescribeGatheringsRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DescribeGatheringsRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getLimit()voidvoidsetNamespaceName(String namespaceName) voidsetPageToken(String pageToken) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withPageToken(String pageToken) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DescribeGatheringsRequest
public DescribeGatheringsRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getPageToken
-
setPageToken
-
withPageToken
-
getLimit
-
setLimit
-
withLimit
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-