Package org.duracloud.snapshot.dto.task
Class CompleteSnapshotTaskResult
java.lang.Object
org.duracloud.snapshot.dto.BaseDTO
org.duracloud.snapshot.dto.task.CompleteSnapshotTaskResult
- Author:
- Bill Branan Date: 7/25/14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompleteSnapshotTaskResultdeserialize(String taskResult) Parses properties from task resultCreates a serialized version of task resultsvoid
-
Constructor Details
-
CompleteSnapshotTaskResult
public CompleteSnapshotTaskResult() -
CompleteSnapshotTaskResult
-
-
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
-