public class PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult() |
| Modifier and Type | Method and Description |
|---|---|
static PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getContentLength() |
String |
getFileUrl() |
DataObject |
getItem() |
void |
setContentLength(Long contentLength) |
void |
setFileUrl(String fileUrl) |
void |
setItem(DataObject item) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult |
withContentLength(Long contentLength) |
PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult |
withFileUrl(String fileUrl) |
PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult |
withItem(DataObject item) |
public PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult()
public DataObject getItem()
public void setItem(DataObject item)
public PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult withItem(DataObject item)
public String getFileUrl()
public void setFileUrl(String fileUrl)
public PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult withFileUrl(String fileUrl)
public Long getContentLength()
public void setContentLength(Long contentLength)
public PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult withContentLength(Long contentLength)
public static PrepareDownloadByUserIdAndDataObjectNameAndGenerationResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.