Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors.BmpMonitorConfig
Packages that use BmpMonitorConfig
Package
Description
-
Uses of BmpMonitorConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120 that return types with arguments of type BmpMonitorConfigModifier and TypeMethodDescription@Nullable Map
<BmpMonitorConfigKey, BmpMonitorConfig> OdlBmpMonitors.getBmpMonitorConfig()
Return bmpMonitorConfig, ornull
if it is not present.OdlBmpMonitorsBuilder.getBmpMonitorConfig()
Return current value associated with the property corresponding toOdlBmpMonitors.getBmpMonitorConfig()
.default @NonNull Map
<BmpMonitorConfigKey, BmpMonitorConfig> OdlBmpMonitors.nonnullBmpMonitorConfig()
Return bmpMonitorConfig, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120 with type arguments of type BmpMonitorConfigModifier and TypeMethodDescriptionOdlBmpMonitorsBuilder.setBmpMonitorConfig
(Map<BmpMonitorConfigKey, BmpMonitorConfig> values) Set the property corresponding toOdlBmpMonitors.getBmpMonitorConfig()
to the specified value. -
Uses of BmpMonitorConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors with type parameters of type BmpMonitorConfigModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<BmpMonitorConfig>>
E$$BmpMonitorConfigBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors that return BmpMonitorConfigModifier and TypeMethodDescription@NonNull BmpMonitorConfig
BmpMonitorConfigBuilder.build()
A newBmpMonitorConfig
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors that return types with arguments of type BmpMonitorConfigModifier and TypeMethodDescriptiondefault Class
<BmpMonitorConfig> BmpMonitorConfig.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors with parameters of type BmpMonitorConfigModifier and TypeMethodDescriptionstatic boolean
BmpMonitorConfig.bindingEquals
(@NonNull BmpMonitorConfig thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BmpMonitorConfig.bindingHashCode
(@NonNull BmpMonitorConfig obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BmpMonitorConfig.bindingToString
(@NonNull BmpMonitorConfig obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors with type arguments of type BmpMonitorConfigModifier and TypeMethodDescriptionBmpMonitorConfigBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<BmpMonitorConfig> augmentation) Add an augmentation to this builder's product.BmpMonitorConfigBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<BmpMonitorConfig>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.odl.bmp.monitors with parameters of type BmpMonitorConfigModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBmpMonitorConfig
.