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
-
public class RequestRestoreSnapshotTaskResult extends RequestRestoreBridgeResult
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 Constructor Description RequestRestoreSnapshotTaskResult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RequestRestoreSnapshotTaskResultdeserialize(String taskResult)Parses properties from task result-
Methods inherited from class org.duracloud.snapshot.dto.bridge.RequestRestoreBridgeResult
getDescription, serialize, setDescription
-
-
-
-
Method Detail
-
deserialize
public static RequestRestoreSnapshotTaskResult deserialize(String taskResult)
Parses properties from task result- Parameters:
taskResult- - JSON formatted set of properties
-
-