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
-
public class GetSnapshotListTaskResult extends GetSnapshotListBridgeResult
- Author:
- Daniel Bernstein Date: 8/4/14
-
-
Constructor Summary
Constructors Constructor Description GetSnapshotListTaskResult()GetSnapshotListTaskResult(List<SnapshotSummary> snapshots)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetSnapshotListTaskResultdeserialize(String taskResult)Parses properties from task result-
Methods inherited from class org.duracloud.snapshot.dto.bridge.GetSnapshotListBridgeResult
getSnapshots, serialize, setSnapshots
-
-
-
-
Constructor Detail
-
GetSnapshotListTaskResult
public GetSnapshotListTaskResult()
-
GetSnapshotListTaskResult
public GetSnapshotListTaskResult(List<SnapshotSummary> snapshots)
-
-
Method Detail
-
deserialize
public static GetSnapshotListTaskResult deserialize(String taskResult)
Parses properties from task result- Parameters:
taskResult- - JSON formatted set of properties
-
-