Package io.gs2.stateMachine.request
Class UpdateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNamespaceRequest>
io.gs2.stateMachine.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) voidsetErrorScript(ScriptSetting errorScript) voidsetLogSetting(LogSetting logSetting) voidsetLowestStateMachineVersion(Long lowestStateMachineVersion) voidsetNamespaceName(String namespaceName) voidsetPassScript(ScriptSetting passScript) voidsetStartScript(ScriptSetting startScript) com.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withErrorScript(ScriptSetting errorScript) withLogSetting(LogSetting logSetting) withLowestStateMachineVersion(Long lowestStateMachineVersion) withNamespaceName(String namespaceName) withPassScript(ScriptSetting passScript) withStartScript(ScriptSetting startScript) 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
-
getStartScript
-
setStartScript
-
withStartScript
-
getPassScript
-
setPassScript
-
withPassScript
-
getErrorScript
-
setErrorScript
-
withErrorScript
-
getLowestStateMachineVersion
-
setLowestStateMachineVersion
-
withLowestStateMachineVersion
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-