Package org.duracloud.snapshot.dto.task
Class GetSnapshotListTaskResult
java.lang.Object
org.duracloud.snapshot.dto.BaseDTO
org.duracloud.snapshot.dto.bridge.GetSnapshotListBridgeResult
org.duracloud.snapshot.dto.task.GetSnapshotListTaskResult
- Author:
- Daniel Bernstein Date: 8/4/14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetSnapshotListTaskResultdeserialize(String taskResult) Parses properties from task resultMethods inherited from class org.duracloud.snapshot.dto.bridge.GetSnapshotListBridgeResult
getSnapshots, serialize, setSnapshots
-
Constructor Details
-
GetSnapshotListTaskResult
public GetSnapshotListTaskResult() -
GetSnapshotListTaskResult
-
-
Method Details
-
deserialize
Parses properties from task result- Parameters:
taskResult- - JSON formatted set of properties
-