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