Uses of Class
io.gs2.script.result.DebugInvokeResult
Packages that use DebugInvokeResult
-
Uses of DebugInvokeResult in io.gs2.script
Methods in io.gs2.script that return DebugInvokeResultMethod parameters in io.gs2.script with type arguments of type DebugInvokeResultModifier and TypeMethodDescriptionvoidGs2ScriptRestClient.debugInvokeAsync(DebugInvokeRequest request, AsyncAction<AsyncResult<DebugInvokeResult>> callback) -
Uses of DebugInvokeResult in io.gs2.script.result
Methods in io.gs2.script.result that return DebugInvokeResultModifier and TypeMethodDescriptionstatic DebugInvokeResultDebugInvokeResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DebugInvokeResult.withCharged(Integer charged) DebugInvokeResult.withExecuteTime(Integer executeTime) DebugInvokeResult.withOutput(List<String> output) DebugInvokeResult.withRandomStatus(RandomStatus randomStatus) DebugInvokeResult.withResult(String result) DebugInvokeResult.withTransaction(Transaction transaction)