public class PrepareDownloadOwnDataByGenerationRequest extends Gs2BasicRequest<PrepareDownloadOwnDataByGenerationRequest>
| Constructor and Description |
|---|
PrepareDownloadOwnDataByGenerationRequest() |
| Modifier and Type | Method and Description |
|---|---|
static PrepareDownloadOwnDataByGenerationRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
String |
getDataObjectName() |
String |
getGeneration() |
String |
getNamespaceName() |
void |
setAccessToken(String accessToken) |
void |
setDataObjectName(String dataObjectName) |
void |
setGeneration(String generation) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
PrepareDownloadOwnDataByGenerationRequest |
withAccessToken(String accessToken) |
PrepareDownloadOwnDataByGenerationRequest |
withDataObjectName(String dataObjectName) |
PrepareDownloadOwnDataByGenerationRequest |
withGeneration(String generation) |
PrepareDownloadOwnDataByGenerationRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic PrepareDownloadOwnDataByGenerationRequest()
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
public PrepareDownloadOwnDataByGenerationRequest withNamespaceName(String namespaceName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public PrepareDownloadOwnDataByGenerationRequest withAccessToken(String accessToken)
public String getDataObjectName()
public void setDataObjectName(String dataObjectName)
public PrepareDownloadOwnDataByGenerationRequest withDataObjectName(String dataObjectName)
public String getGeneration()
public void setGeneration(String generation)
public PrepareDownloadOwnDataByGenerationRequest withGeneration(String generation)
public static PrepareDownloadOwnDataByGenerationRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.