Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120.OdlBmpMonitors
Packages that use OdlBmpMonitors
Package
Description
-
Uses of OdlBmpMonitors in org.opendaylight.protocol.bmp.impl.config
Method parameters in org.opendaylight.protocol.bmp.impl.config with type arguments of type OdlBmpMonitorsModifier and TypeMethodDescriptionvoid
BmpDeployerImpl.onDataTreeChanged
(List<org.opendaylight.mdsal.binding.api.DataTreeModification<OdlBmpMonitors>> changes) -
Uses of OdlBmpMonitors 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 with type parameters of type OdlBmpMonitorsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<OdlBmpMonitors>>
E$$OdlBmpMonitorsBuilder.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 that return OdlBmpMonitorsModifier and TypeMethodDescription@NonNull OdlBmpMonitors
OdlBmpMonitorsBuilder.build()
A newOdlBmpMonitors
instance.static @NonNull OdlBmpMonitors
OdlBmpMonitorsBuilder.empty()
Get empty instance of OdlBmpMonitors.OdlBmpMonitorConfigData.getOdlBmpMonitors()
Return odlBmpMonitors, ornull
if it is not present.@NonNull OdlBmpMonitors
OdlBmpMonitorConfigData.nonnullOdlBmpMonitors()
Return odlBmpMonitors, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120 that return types with arguments of type OdlBmpMonitorsModifier and TypeMethodDescriptiondefault Class
<OdlBmpMonitors> OdlBmpMonitors.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.config.rev200120 with parameters of type OdlBmpMonitorsModifier and TypeMethodDescriptionstatic boolean
OdlBmpMonitors.bindingEquals
(@NonNull OdlBmpMonitors thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
OdlBmpMonitors.bindingHashCode
(@NonNull OdlBmpMonitors obj) Default implementation ofObject.hashCode()
contract for this interface.static String
OdlBmpMonitors.bindingToString
(@NonNull OdlBmpMonitors 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 with type arguments of type OdlBmpMonitorsModifier and TypeMethodDescriptionOdlBmpMonitorsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<OdlBmpMonitors> augmentation) Add an augmentation to this builder's product.OdlBmpMonitorsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<OdlBmpMonitors>> 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 with parameters of type OdlBmpMonitorsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedOdlBmpMonitors
.