Package io.gs2.datastore.result
Class PrepareDownloadByGenerationResult
java.lang.Object
io.gs2.datastore.result.PrepareDownloadByGenerationResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidsetContentLength(Long contentLength) voidsetFileUrl(String fileUrl) voidsetItem(DataObject item) com.fasterxml.jackson.databind.JsonNodetoJson()withContentLength(Long contentLength) withFileUrl(String fileUrl) withItem(DataObject item)
-
Constructor Details
-
PrepareDownloadByGenerationResult
public PrepareDownloadByGenerationResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getFileUrl
-
setFileUrl
-
withFileUrl
-
getContentLength
-
setContentLength
-
withContentLength
-
fromJson
public static PrepareDownloadByGenerationResult fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-