Package io.gs2.realtime.request
Class CreateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateNamespaceRequest>
io.gs2.realtime.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()voidsetCreateNotification(NotificationSetting createNotification) voidsetDescription(String description) voidsetLogSetting(LogSetting logSetting) voidvoidsetServerSpec(String serverSpec) voidsetServerType(String serverType) com.fasterxml.jackson.databind.JsonNodetoJson()withCreateNotification(NotificationSetting createNotification) withDescription(String description) withLogSetting(LogSetting logSetting) withServerSpec(String serverSpec) withServerType(String serverType) 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
-
getServerType
-
setServerType
-
withServerType
-
getServerSpec
-
setServerSpec
-
withServerSpec
-
getCreateNotification
-
setCreateNotification
-
withCreateNotification
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-