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