Class GetSnapshotListBridgeResult
java.lang.Object
org.duracloud.snapshot.dto.BaseDTO
org.duracloud.snapshot.dto.bridge.GetSnapshotListBridgeResult
- Direct Known Subclasses:
GetSnapshotListTaskResult
- Author:
- Daniel Bernstein Date: 7/28/14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetSnapshotListBridgeResultdeserialize(String bridgeResult) Parses properties from bridge result stringCreates a serialized version of bridge resultvoidsetSnapshots(List<SnapshotSummary> snapshots)
-
Constructor Details
-
GetSnapshotListBridgeResult
public GetSnapshotListBridgeResult() -
GetSnapshotListBridgeResult
-
-
Method Details
-
getSnapshots
-
setSnapshots
-
serialize
Creates a serialized version of bridge result- Returns:
- JSON formatted bridge info
-
deserialize
Parses properties from bridge result string- Parameters:
bridgeResult- - JSON formatted set of properties
-