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