Class SetStoragePolicyTaskResult
java.lang.Object
org.duracloud.s3storageprovider.dto.SetStoragePolicyTaskResult
- Author:
- Bill Branan Date: 09/25/2015
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SetStoragePolicyTaskResultdeserialize(String taskResult) Parses properties from task resultCreates a serialized version of task resultsvoid
-
Constructor Details
-
SetStoragePolicyTaskResult
public SetStoragePolicyTaskResult() -
SetStoragePolicyTaskResult
-
-
Method Details
-
getResult
-
setResult
-
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
-