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