Package io.gs2.serialKey.request
Class CreateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateNamespaceRequest>
io.gs2.serialKey.request.CreateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetDescription(String description) voidsetLogSetting(LogSetting logSetting) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withLogSetting(LogSetting logSetting) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateNamespaceRequest
public CreateNamespaceRequest()
-
-
Method Details
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-