Class GetGatheringRequest

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

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

    • GetGatheringRequest

      public GetGatheringRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetGatheringRequest withNamespaceName(String namespaceName)
    • getGatheringName

      public String getGatheringName()
    • setGatheringName

      public void setGatheringName(String gatheringName)
    • withGatheringName

      public GetGatheringRequest withGatheringName(String gatheringName)
    • fromJson

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

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