Class GetSignedUrlTaskResult
java.lang.Object
org.duracloud.s3storageprovider.dto.GetSignedUrlTaskResult
- Author:
- Bill Branan Date: 3/9/15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetSignedUrlTaskResultdeserialize(String taskResult) Parses properties from task resultCreates a serialized version of task resultsvoidsetSignedUrl(String signedUrl)
-
Constructor Details
-
GetSignedUrlTaskResult
public GetSignedUrlTaskResult() -
GetSignedUrlTaskResult
-
-
Method Details
-
getSignedUrl
-
setSignedUrl
-
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
-