Package com.tailf.maapi
Class DryRunResult.DryRunEntry
Object
com.tailf.maapi.DryRunResult.DryRunEntry
- Enclosing class:
 - DryRunResult
 
- 
Method Details
- 
getName
Return the name of the device/node. - 
getType
Return whether the result is for a device/node.The type could be any of the following:
DryRunResult.DryRunEntry.Type.DEVICEmeans that the data is for the device.DryRunResult.DryRunEntry.Type.LOCAL_NODEmeans that the data is for the local-node.DryRunResult.DryRunEntry.Type.LSA_NODEmeans that the data is for the lsa-node. - 
getTypeAsString
Return the type as a string. - 
getData
Return the data of the dry-run result. 
 -