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