Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.MonitorId
Package
Description
-
Uses of MonitorId in org.opendaylight.protocol.bmp.impl.app
ModifierConstructorDescriptionBmpMonitoringStationImpl
(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, BmpDispatcher dispatcher, RIBExtensionConsumerContext extensions, org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTree codecTree, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonProvider, MonitorId monitorId, InetSocketAddress address, Collection<MonitoredRouter> mrs) -
Uses of MonitorId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors
Modifier and TypeMethodDescriptionBmpMonitorConfig.getMonitorId()
Return monitorId, ornull
if it is not present.BmpMonitorConfigBuilder.getMonitorId()
Return current value associated with the property corresponding toBmpMonitorConfig.getMonitorId()
.@NonNull MonitorId
BmpMonitorConfigKey.getMonitorId()
Return monitorId, guaranteed to be non-null.default @NonNull MonitorId
BmpMonitorConfig.requireMonitorId()
Return monitorId, guaranteed to be non-null.Modifier and TypeMethodDescriptionBmpMonitorConfigBuilder.setMonitorId
(MonitorId value) Set the property corresponding toBmpMonitorConfig.getMonitorId()
to the specified value.ModifierConstructorDescriptionBmpMonitorConfigKey
(@NonNull MonitorId _monitorId) Constructs an instance. -
Uses of MonitorId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120
Modifier and TypeMethodDescriptionstatic MonitorId
MonitorId.getDefaultInstance
(String defaultValue) -
Uses of MonitorId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.bmp.monitor
Modifier and TypeMethodDescriptionMonitor.getMonitorId()
Return monitorId, ornull
if it is not present.MonitorBuilder.getMonitorId()
Return current value associated with the property corresponding toMonitor.getMonitorId()
.@NonNull MonitorId
MonitorKey.getMonitorId()
Return monitorId, guaranteed to be non-null.default @NonNull MonitorId
Monitor.requireMonitorId()
Return monitorId, guaranteed to be non-null.Modifier and TypeMethodDescriptionMonitorBuilder.setMonitorId
(MonitorId value) Set the property corresponding toMonitor.getMonitorId()
to the specified value.