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