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