Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes.MvpnRouteBuilder
Package
Description
-
Uses of MvpnRouteBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes
Modifier and TypeMethodDescriptionMvpnRouteBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MvpnRoute> augmentation) Add an augmentation to this builder's product.MvpnRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MvpnRoute>> augmentationType) Remove an augmentation from this builder's product.MvpnRouteBuilder.setAttributes
(Attributes value) Set the property corresponding toPathAttributes.getAttributes()
to the specified value.MvpnRouteBuilder.setMvpnChoice
(MvpnChoice value) Set the property corresponding toMvpn.getMvpnChoice()
to the specified value.Set the property corresponding toPathIdGrouping.getPathId()
to the specified value.MvpnRouteBuilder.setRouteKey
(String value) Set the property corresponding toRoute.getRouteKey()
to the specified value.MvpnRouteBuilder.withKey
(MvpnRouteKey key) Set the key value corresponding toMvpnRoute.key()
to the specified value.