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