Class DoMatchmakingResult

java.lang.Object
io.gs2.matchmaking.result.DoMatchmakingResult
All Implemented Interfaces:
IResult, Serializable

public class DoMatchmakingResult extends Object implements IResult, Serializable
See Also:
  • Constructor Details

    • DoMatchmakingResult

      public DoMatchmakingResult()
  • Method Details

    • getItem

      public Gathering getItem()
    • setItem

      public void setItem(Gathering item)
    • withItem

      public DoMatchmakingResult withItem(Gathering item)
    • getMatchmakingContextToken

      public String getMatchmakingContextToken()
    • setMatchmakingContextToken

      public void setMatchmakingContextToken(String matchmakingContextToken)
    • withMatchmakingContextToken

      public DoMatchmakingResult withMatchmakingContextToken(String matchmakingContextToken)
    • fromJson

      public static DoMatchmakingResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()