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