public class DoMatchmakingByUserIdResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DoMatchmakingByUserIdResult() |
| Modifier and Type | Method and Description |
|---|---|
static DoMatchmakingByUserIdResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Gathering |
getItem() |
String |
getMatchmakingContextToken() |
void |
setItem(Gathering item) |
void |
setMatchmakingContextToken(String matchmakingContextToken) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DoMatchmakingByUserIdResult |
withItem(Gathering item) |
DoMatchmakingByUserIdResult |
withMatchmakingContextToken(String matchmakingContextToken) |
public Gathering getItem()
public void setItem(Gathering item)
public DoMatchmakingByUserIdResult withItem(Gathering item)
public String getMatchmakingContextToken()
public void setMatchmakingContextToken(String matchmakingContextToken)
public DoMatchmakingByUserIdResult withMatchmakingContextToken(String matchmakingContextToken)
public static DoMatchmakingByUserIdResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.