Class DoMatchmakingByUserIdResult

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

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

    • DoMatchmakingByUserIdResult

      public DoMatchmakingByUserIdResult()
  • Method Details

    • getItem

      public Gathering getItem()
    • setItem

      public void setItem(Gathering item)
    • withItem

      public DoMatchmakingByUserIdResult withItem(Gathering item)
    • getMatchmakingContextToken

      public String getMatchmakingContextToken()
    • setMatchmakingContextToken

      public void setMatchmakingContextToken(String matchmakingContextToken)
    • withMatchmakingContextToken

      public DoMatchmakingByUserIdResult withMatchmakingContextToken(String matchmakingContextToken)
    • fromJson

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

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