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