Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.routers.Router
Package
Description
-
Uses of Router in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120
-
Uses of Router in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.bmp.monitor
Modifier and TypeMethodDescriptionMonitorBuilder.getRouter()
Return current value associated with the property corresponding toRouters.getRouter()
.Modifier and TypeMethodDescriptionSet the property corresponding toRouters.getRouter()
to the specified value. -
Uses of Router in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.routers
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Router>>
E$$RouterBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescriptionstatic boolean
Router.bindingEquals
(@NonNull Router thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Router.bindingHashCode
(@NonNull Router obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Router.bindingToString
(@NonNull Router obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionRouterBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Router> augmentation) Add an augmentation to this builder's product.RouterBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Router>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionRouterBuilder
(Router base) Construct a builder initialized with state from specifiedRouter
.