public class ValidateRequest extends Gs2BasicRequest<ValidateRequest>
| Constructor and Description |
|---|
ValidateRequest() |
| Modifier and Type | Method and Description |
|---|---|
static ValidateRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getTemplate() |
void |
setTemplate(String template) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
ValidateRequest |
withTemplate(String template) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getTemplate()
public void setTemplate(String template)
public ValidateRequest withTemplate(String template)
public static ValidateRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.