public class InvokeScriptRequest extends Gs2BasicRequest<InvokeScriptRequest>
| Constructor and Description |
|---|
InvokeScriptRequest() |
| Modifier and Type | Method and Description |
|---|---|
static InvokeScriptRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getArgs() |
String |
getScriptId() |
void |
setArgs(String args) |
void |
setScriptId(String scriptId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
InvokeScriptRequest |
withArgs(String args) |
InvokeScriptRequest |
withScriptId(String scriptId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getScriptId()
public void setScriptId(String scriptId)
public InvokeScriptRequest withScriptId(String scriptId)
public String getArgs()
public void setArgs(String args)
public InvokeScriptRequest withArgs(String args)
public static InvokeScriptRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.