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