Package io.gs2.matchmaking.request
Class PutResultRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PutResultRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetGameResults(List<GameResult> gameResults) voidsetNamespaceName(String namespaceName) voidsetRatingName(String ratingName) com.fasterxml.jackson.databind.JsonNodetoJson()withGameResults(List<GameResult> gameResults) withNamespaceName(String namespaceName) withRatingName(String ratingName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
PutResultRequest
public PutResultRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getRatingName
-
setRatingName
-
withRatingName
-
getGameResults
-
setGameResults
-
withGameResults
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-