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