Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes.ipv4.routes.Ipv4RouteBuilder
Package
Description
-
Uses of Ipv4RouteBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.test.rev180515.ipv4.routes.ipv4.routes
Modifier and TypeMethodDescriptionIpv4RouteBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv4Route> augmentation) Add an augmentation to this builder's product.Ipv4RouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv4Route>> augmentationType) Remove an augmentation from this builder's product.Ipv4RouteBuilder.setAttributes
(Attributes value) Set the property corresponding toPathAttributes.getAttributes()
to the specified value.Set the property corresponding toPathIdGrouping.getPathId()
to the specified value.Ipv4RouteBuilder.setPrefix
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix value) Set the property corresponding toIpv4Route.getPrefix()
to the specified value.Ipv4RouteBuilder.setRouteKey
(String value) Set the property corresponding toRoute.getRouteKey()
to the specified value.Ipv4RouteBuilder.withKey
(Ipv4RouteKey key) Set the key value corresponding toIpv4Route.key()
to the specified value.