Class GetUrlTaskResult
java.lang.Object
org.duracloud.s3storageprovider.dto.GetUrlTaskResult
- Author:
- Bill Branan Date: 3/23/15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetUrlTaskResultdeserialize(String taskResult) Parses properties from task resultCreates a serialized version of task resultsvoidsetStreamUrl(String streamUrl)
-
Constructor Details
-
GetUrlTaskResult
public GetUrlTaskResult() -
GetUrlTaskResult
-
-
Method Details
-
getStreamUrl
-
setStreamUrl
-
serialize
Creates a serialized version of task results- Returns:
- JSON formatted task result info
-
deserialize
Parses properties from task result- Parameters:
taskResult- - JSON formatted set of properties
-