Package org.duracloud.snapshot.dto.task
Class RequestRestoreSnapshotTaskResult
java.lang.Object
org.duracloud.snapshot.dto.BaseDTO
org.duracloud.snapshot.dto.bridge.RequestRestoreBridgeResult
org.duracloud.snapshot.dto.task.RequestRestoreSnapshotTaskResult
Result of calling restart snapshot task.
Note: The task result currently mirrors the bridge result
- Author:
- Daniel Bernstein Date: 11/04/2015
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(String taskResult) Parses properties from task resultMethods inherited from class org.duracloud.snapshot.dto.bridge.RequestRestoreBridgeResult
getDescription, serialize, setDescription
-
Constructor Details
-
RequestRestoreSnapshotTaskResult
public RequestRestoreSnapshotTaskResult()
-
-
Method Details
-
deserialize
Parses properties from task result- Parameters:
taskResult- - JSON formatted set of properties
-