Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.bmp.monitor.MonitorKey
Package
Description
-
Uses of MonitorKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120
Modifier and TypeMethodDescription@Nullable Map<MonitorKey,
Monitor> BmpMonitor.getMonitor()
Return monitor, ornull
if it is not present.BmpMonitorBuilder.getMonitor()
Return current value associated with the property corresponding toBmpMonitor.getMonitor()
.default @NonNull Map<MonitorKey,
Monitor> BmpMonitor.nonnullMonitor()
Return monitor, or an empty list if it is not present.Modifier and TypeMethodDescriptionBmpMonitorBuilder.setMonitor
(Map<MonitorKey, Monitor> values) Set the property corresponding toBmpMonitor.getMonitor()
to the specified value. -
Uses of MonitorKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.bmp.monitor
Modifier and TypeMethodDescriptionMonitor.key()
MonitorBuilder.key()
Return current value associated with the property corresponding toMonitor.key()
.Modifier and TypeMethodDescriptionMonitorBuilder.withKey
(MonitorKey key) Set the key value corresponding toMonitor.key()
to the specified value.