Package io.gs2.script.request
Class DebugInvokeRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DebugInvokeRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getArgs()voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withScript(String script) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DebugInvokeRequest
public DebugInvokeRequest()
-
-
Method Details
-
getScript
-
setScript
-
withScript
-
getArgs
-
setArgs
-
withArgs
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-