Package org.duracloud.snapshot.dto.task
Class CreateSnapshotTaskResult
java.lang.Object
org.duracloud.snapshot.dto.BaseDTO
org.duracloud.snapshot.dto.bridge.CreateSnapshotBridgeResult
org.duracloud.snapshot.dto.task.CreateSnapshotTaskResult
Result of calling create snapshot task.
Note: The task result currently mirrors the bridge result
- Author:
- Bill Branan Date: 1/30/14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateSnapshotTaskResultdeserialize(String taskResult) Parses properties from task resultMethods inherited from class org.duracloud.snapshot.dto.bridge.CreateSnapshotBridgeResult
getSnapshotId, getStatus, serialize, setSnapshotId, setStatus
-
Constructor Details
-
CreateSnapshotTaskResult
public CreateSnapshotTaskResult()
-
-
Method Details
-
deserialize
Parses properties from task result- Parameters:
taskResult- - JSON formatted set of properties
-