Package io.gs2.script.result
Class DebugInvokeResult
java.lang.Object
io.gs2.script.result.DebugInvokeResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DebugInvokeResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getCode()voidsetCharged(Integer charged) voidvoidsetExecuteTime(Integer executeTime) voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withCharged(Integer charged) withExecuteTime(Integer executeTime) withOutput(List<String> output) withResult(String result)
-
Constructor Details
-
DebugInvokeResult
public DebugInvokeResult()
-
-
Method Details
-
getCode
-
setCode
-
withCode
-
getResult
-
setResult
-
withResult
-
getExecuteTime
-
setExecuteTime
-
withExecuteTime
-
getCharged
-
setCharged
-
withCharged
-
getOutput
-
setOutput
-
withOutput
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-