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