public class GetSnapshotHistoryBridgeResult extends BaseDTO
| Constructor and Description |
|---|
GetSnapshotHistoryBridgeResult() |
| Modifier and Type | Method and Description |
|---|---|
static GetSnapshotHistoryBridgeResult |
deserialize(String bridgeResult)
Parses properties from bridge result string
|
List<SnapshotHistoryItem> |
getHistoryItems() |
Long |
getTotalCount() |
String |
serialize()
Creates a serialized version of bridge result
|
void |
setHistoryItems(List<SnapshotHistoryItem> historyItems) |
void |
setTotalCount(Long totalCount) |
public List<SnapshotHistoryItem> getHistoryItems()
public void setHistoryItems(List<SnapshotHistoryItem> historyItems)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public String serialize()
public static GetSnapshotHistoryBridgeResult deserialize(String bridgeResult)
bridgeResult - - JSON formatted set of propertiesCopyright © 2009–2019 DuraSpace. All rights reserved.