Class DoMatchmakingByUserIdRequest

java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DoMatchmakingByUserIdRequest>
io.gs2.matchmaking.request.DoMatchmakingByUserIdRequest
All Implemented Interfaces:
IRequest, Serializable

public class DoMatchmakingByUserIdRequest extends Gs2BasicRequest<DoMatchmakingByUserIdRequest>
See Also:
  • Constructor Details

    • DoMatchmakingByUserIdRequest

      public DoMatchmakingByUserIdRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public DoMatchmakingByUserIdRequest withNamespaceName(String namespaceName)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public DoMatchmakingByUserIdRequest withUserId(String userId)
    • getPlayer

      public Player getPlayer()
    • setPlayer

      public void setPlayer(Player player)
    • withPlayer

      public DoMatchmakingByUserIdRequest withPlayer(Player player)
    • getMatchmakingContextToken

      public String getMatchmakingContextToken()
    • setMatchmakingContextToken

      public void setMatchmakingContextToken(String matchmakingContextToken)
    • withMatchmakingContextToken

      public DoMatchmakingByUserIdRequest withMatchmakingContextToken(String matchmakingContextToken)
    • getTimeOffsetToken

      public String getTimeOffsetToken()
    • setTimeOffsetToken

      public void setTimeOffsetToken(String timeOffsetToken)
    • withTimeOffsetToken

      public DoMatchmakingByUserIdRequest withTimeOffsetToken(String timeOffsetToken)
    • getDuplicationAvoider

      public String getDuplicationAvoider()
    • setDuplicationAvoider

      public void setDuplicationAvoider(String duplicationAvoider)
    • withDuplicationAvoider

      public DoMatchmakingByUserIdRequest withDuplicationAvoider(String duplicationAvoider)
    • fromJson

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

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