public class InvokeScriptResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
InvokeScriptResult() |
| Modifier and Type | Method and Description |
|---|---|
static InvokeScriptResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getCharged() |
Integer |
getCode() |
Integer |
getExecuteTime() |
List<String> |
getOutput() |
String |
getResult() |
void |
setCharged(Integer charged) |
void |
setCode(Integer code) |
void |
setExecuteTime(Integer executeTime) |
void |
setOutput(List<String> output) |
void |
setResult(String result) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
InvokeScriptResult |
withCharged(Integer charged) |
InvokeScriptResult |
withCode(Integer code) |
InvokeScriptResult |
withExecuteTime(Integer executeTime) |
InvokeScriptResult |
withOutput(List<String> output) |
InvokeScriptResult |
withResult(String result) |
public Integer getCode()
public void setCode(Integer code)
public InvokeScriptResult withCode(Integer code)
public String getResult()
public void setResult(String result)
public InvokeScriptResult withResult(String result)
public Integer getExecuteTime()
public void setExecuteTime(Integer executeTime)
public InvokeScriptResult withExecuteTime(Integer executeTime)
public Integer getCharged()
public void setCharged(Integer charged)
public InvokeScriptResult withCharged(Integer charged)
public InvokeScriptResult withOutput(List<String> output)
public static InvokeScriptResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.