public class GetScriptRequest extends Gs2BasicRequest<GetScriptRequest>
| Constructor and Description |
|---|
GetScriptRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetScriptRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getNamespaceName() |
String |
getScriptName() |
void |
setNamespaceName(String namespaceName) |
void |
setScriptName(String scriptName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetScriptRequest |
withNamespaceName(String namespaceName) |
GetScriptRequest |
withScriptName(String scriptName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public GetScriptRequest withNamespaceName(String namespaceName)
public String getScriptName()
public void setScriptName(String scriptName)
public GetScriptRequest withScriptName(String scriptName)
public static GetScriptRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.