public class DoMatchmakingByUserIdRequest extends Gs2BasicRequest<DoMatchmakingByUserIdRequest>
| Constructor and Description |
|---|
DoMatchmakingByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static DoMatchmakingByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getMatchmakingContextToken() |
String |
getNamespaceName() |
Player |
getPlayer() |
String |
getUserId() |
void |
setMatchmakingContextToken(String matchmakingContextToken) |
void |
setNamespaceName(String namespaceName) |
void |
setPlayer(Player player) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DoMatchmakingByUserIdRequest |
withMatchmakingContextToken(String matchmakingContextToken) |
DoMatchmakingByUserIdRequest |
withNamespaceName(String namespaceName) |
DoMatchmakingByUserIdRequest |
withPlayer(Player player) |
DoMatchmakingByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public DoMatchmakingByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public DoMatchmakingByUserIdRequest withUserId(String userId)
public Player getPlayer()
public void setPlayer(Player player)
public DoMatchmakingByUserIdRequest withPlayer(Player player)
public String getMatchmakingContextToken()
public void setMatchmakingContextToken(String matchmakingContextToken)
public DoMatchmakingByUserIdRequest withMatchmakingContextToken(String matchmakingContextToken)
public static DoMatchmakingByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.