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