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