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