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