Package io.gs2.datastore.result
Class PrepareDownloadOwnDataResult
java.lang.Object
io.gs2.datastore.result.PrepareDownloadOwnDataResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PrepareDownloadOwnDataResultfromJson(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
-
PrepareDownloadOwnDataResult
public PrepareDownloadOwnDataResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getFileUrl
-
setFileUrl
-
withFileUrl
-
getContentLength
-
setContentLength
-
withContentLength
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-