Class GetCurrentQuestMasterRequest

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

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

    • GetCurrentQuestMasterRequest

      public GetCurrentQuestMasterRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetCurrentQuestMasterRequest withNamespaceName(String namespaceName)
    • fromJson

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

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