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