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