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