Package io.gs2.stateMachine.request
Class DeleteNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DeleteNamespaceRequest>
io.gs2.stateMachine.request.DeleteNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DeleteNamespaceRequest
public DeleteNamespaceRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-