public class CancelMatchmakingRequest extends Gs2BasicRequest<CancelMatchmakingRequest>
| Constructor and Description |
|---|
CancelMatchmakingRequest() |
| Modifier and Type | Method and Description |
|---|---|
static CancelMatchmakingRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
String |
getGatheringName() |
String |
getNamespaceName() |
void |
setAccessToken(String accessToken) |
void |
setGatheringName(String gatheringName) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
CancelMatchmakingRequest |
withAccessToken(String accessToken) |
CancelMatchmakingRequest |
withGatheringName(String gatheringName) |
CancelMatchmakingRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public CancelMatchmakingRequest withNamespaceName(String namespaceName)
public String getGatheringName()
public void setGatheringName(String gatheringName)
public CancelMatchmakingRequest withGatheringName(String gatheringName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public CancelMatchmakingRequest withAccessToken(String accessToken)
public static CancelMatchmakingRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.