public class UpdateSnapshotHistoryBridgeResult extends BaseDTO
Constructor and Description |
---|
UpdateSnapshotHistoryBridgeResult() |
UpdateSnapshotHistoryBridgeResult(SnapshotSummary snapshot,
String history) |
Modifier and Type | Method and Description |
---|---|
static UpdateSnapshotHistoryBridgeResult |
deserialize(String bridgeResult)
Parses properties from bridge result string
|
String |
getHistory() |
SnapshotSummary |
getSnapshot() |
String |
serialize()
Creates a serialized version of bridge result
|
void |
setHistory(String history) |
void |
setSnapshot(SnapshotSummary snapshot) |
public UpdateSnapshotHistoryBridgeResult()
public UpdateSnapshotHistoryBridgeResult(SnapshotSummary snapshot, String history)
public SnapshotSummary getSnapshot()
public void setSnapshot(SnapshotSummary snapshot)
public String getHistory()
public void setHistory(String history)
public String serialize()
public static UpdateSnapshotHistoryBridgeResult deserialize(String bridgeResult)
bridgeResult
- - JSON formatted set of propertiesCopyright © 2009–2016 DuraSpace. All rights reserved.