Package com.hp.ucmdb.api.snapshots
Interface Snapshot
public interface Snapshot
The data result and information details of a snapshot.
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the Snapshot Header.Returns the Snapshot topology result. 
- 
Method Details
- 
getHeader
SnapshotHeader getHeader()Returns the Snapshot Header.- Returns:
 
 - 
getResult
Topology getResult()Returns the Snapshot topology result.- Returns:
 
 
 -