Class ExportMasterRequest

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

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

    • ExportMasterRequest

      public ExportMasterRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public ExportMasterRequest withNamespaceName(String namespaceName)
    • fromJson

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

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