Package com.hp.ucmdb.api.topology
Interface TopologyModificationBulkElement
- All Superinterfaces:
Serializable
Specifies an element of a bulk of topology modifications
- Since:
- UCMDB 10.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the action to be taken upon the dataReturns the topology modification data
-
Method Details
-
getTopologyModificationData
TopologyModificationData getTopologyModificationData()Returns the topology modification data- Returns:
- the topology modification data
-
getAction
TopologyModificationAction getAction()Returns the action to be taken upon the data- Returns:
- the action to be taken upon the data
-