public class CheckVersionRequest extends Gs2BasicRequest<CheckVersionRequest>
| Constructor and Description |
|---|
CheckVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
static CheckVersionRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
String |
getNamespaceName() |
List<TargetVersion> |
getTargetVersions() |
void |
setAccessToken(String accessToken) |
void |
setNamespaceName(String namespaceName) |
void |
setTargetVersions(List<TargetVersion> targetVersions) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
CheckVersionRequest |
withAccessToken(String accessToken) |
CheckVersionRequest |
withNamespaceName(String namespaceName) |
CheckVersionRequest |
withTargetVersions(List<TargetVersion> targetVersions) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public CheckVersionRequest withNamespaceName(String namespaceName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public CheckVersionRequest withAccessToken(String accessToken)
public List<TargetVersion> getTargetVersions()
public void setTargetVersions(List<TargetVersion> targetVersions)
public CheckVersionRequest withTargetVersions(List<TargetVersion> targetVersions)
public static CheckVersionRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.