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