Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv4.routes.Ipv4RoutesBuilder
Package
Description
-
Uses of Ipv4RoutesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.inet.rev180329.ipv4.routes
Modifier and TypeMethodDescriptionIpv4RoutesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4Routes> augmentation) Add an augmentation to this builder's product.Ipv4RoutesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4Routes>> augmentationType) Remove an augmentation from this builder's product.Ipv4RoutesBuilder.setIpv4Route
(Map<Ipv4RouteKey, Ipv4Route> values) Set the property corresponding toIpv4Routes.getIpv4Route()
to the specified value.