Class GetSignedCookiesUrlTaskResult
java.lang.Object
org.duracloud.s3storageprovider.dto.GetSignedCookiesUrlTaskResult
- Author:
- Bill Branan Date: Aug 6, 2018
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(String taskResult) Parses properties from task resultCreates a serialized version of task resultsvoidsetSignedCookiesUrl(String signedCookiesUrl)
-
Constructor Details
-
GetSignedCookiesUrlTaskResult
public GetSignedCookiesUrlTaskResult()
-
-
Method Details
-
getSignedCookiesUrl
-
setSignedCookiesUrl
-
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
-