Package io.gs2.matchmaking.result
Class DoMatchmakingByUserIdResult
java.lang.Object
io.gs2.matchmaking.result.DoMatchmakingByUserIdResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DoMatchmakingByUserIdResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidvoidsetMatchmakingContextToken(String matchmakingContextToken) com.fasterxml.jackson.databind.JsonNodetoJson()withMatchmakingContextToken(String matchmakingContextToken)
-
Constructor Details
-
DoMatchmakingByUserIdResult
public DoMatchmakingByUserIdResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getMatchmakingContextToken
-
setMatchmakingContextToken
-
withMatchmakingContextToken
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-