Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors.BmpMonitorConfigBuilder
Package
Description
-
Uses of BmpMonitorConfigBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors
Modifier and TypeMethodDescriptionBmpMonitorConfigBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<BmpMonitorConfig> augmentation) Add an augmentation to this builder's product.BmpMonitorConfigBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BmpMonitorConfig>> augmentationType) Remove an augmentation from this builder's product.BmpMonitorConfigBuilder.setMonitoredRouter
(Map<MonitoredRouterKey, MonitoredRouter> values) Set the property corresponding toBmpMonitorConfig.getMonitoredRouter()
to the specified value.BmpMonitorConfigBuilder.setMonitorId
(MonitorId value) Set the property corresponding toBmpMonitorConfig.getMonitorId()
to the specified value.Set the property corresponding toServerConfig.getServer()
to the specified value.BmpMonitorConfigBuilder.withKey
(BmpMonitorConfigKey key) Set the key value corresponding toBmpMonitorConfig.key()
to the specified value.