Package io.gs2.matchmaking.request
Class DoMatchmakingRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DoMatchmakingRequest>
io.gs2.matchmaking.request.DoMatchmakingRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DoMatchmakingRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetDuplicationAvoider(String duplicationAvoider) voidsetMatchmakingContextToken(String matchmakingContextToken) voidsetNamespaceName(String namespaceName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withDuplicationAvoider(String duplicationAvoider) withMatchmakingContextToken(String matchmakingContextToken) withNamespaceName(String namespaceName) withPlayer(Player player) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DoMatchmakingRequest
public DoMatchmakingRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getPlayer
-
setPlayer
-
withPlayer
-
getMatchmakingContextToken
-
setMatchmakingContextToken
-
withMatchmakingContextToken
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-