Package io.gs2.matchmaking.request
Class CancelMatchmakingByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CancelMatchmakingByUserIdRequest>
io.gs2.matchmaking.request.CancelMatchmakingByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
public class CancelMatchmakingByUserIdRequest
extends Gs2BasicRequest<CancelMatchmakingByUserIdRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetDuplicationAvoider(String duplicationAvoider) voidsetGatheringName(String gatheringName) voidsetNamespaceName(String namespaceName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withDuplicationAvoider(String duplicationAvoider) withGatheringName(String gatheringName) withNamespaceName(String namespaceName) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CancelMatchmakingByUserIdRequest
public CancelMatchmakingByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getGatheringName
-
setGatheringName
-
withGatheringName
-
getUserId
-
setUserId
-
withUserId
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
public static CancelMatchmakingByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-