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