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