Package io.gs2.jobQueue.request
Class UpdateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNamespaceRequest>
io.gs2.jobQueue.request.UpdateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetDescription(String description) voidsetEnableAutoRun(Boolean enableAutoRun) voidsetLogSetting(LogSetting logSetting) voidsetNamespaceName(String namespaceName) voidsetPushNotification(NotificationSetting pushNotification) voidsetRunNotification(NotificationSetting runNotification) com.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withEnableAutoRun(Boolean enableAutoRun) withLogSetting(LogSetting logSetting) withNamespaceName(String namespaceName) withPushNotification(NotificationSetting pushNotification) withRunNotification(NotificationSetting runNotification) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateNamespaceRequest
public UpdateNamespaceRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getDescription
-
setDescription
-
withDescription
-
getEnableAutoRun
-
setEnableAutoRun
-
withEnableAutoRun
-
getPushNotification
-
setPushNotification
-
withPushNotification
-
getRunNotification
-
setRunNotification
-
withRunNotification
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-