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