Class GetGlobalMessageMasterRequest

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

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

    • GetGlobalMessageMasterRequest

      public GetGlobalMessageMasterRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetGlobalMessageMasterRequest withNamespaceName(String namespaceName)
    • getGlobalMessageName

      public String getGlobalMessageName()
    • setGlobalMessageName

      public void setGlobalMessageName(String globalMessageName)
    • withGlobalMessageName

      public GetGlobalMessageMasterRequest withGlobalMessageName(String globalMessageName)
    • fromJson

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

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