Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.routes.list.LabeledUnicastRouteBuilder
Package
Description
-
Uses of LabeledUnicastRouteBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.routes.list
Modifier and TypeMethodDescriptionLabeledUnicastRouteBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<LabeledUnicastRoute> augmentation) Add an augmentation to this builder's product.LabeledUnicastRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LabeledUnicastRoute>> augmentationType) Remove an augmentation from this builder's product.LabeledUnicastRouteBuilder.setAttributes
(Attributes value) Set the property corresponding toPathAttributes.getAttributes()
to the specified value.LabeledUnicastRouteBuilder.setLabelStack
(List<LabelStack> values) Set the property corresponding toLabeledUnicast.getLabelStack()
to the specified value.Set the property corresponding toPathIdGrouping.getPathId()
to the specified value.LabeledUnicastRouteBuilder.setPrefix
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix value) Set the property corresponding toLabeledUnicast.getPrefix()
to the specified value.LabeledUnicastRouteBuilder.setRouteKey
(String value) Set the property corresponding toRoute.getRouteKey()
to the specified value.LabeledUnicastRouteBuilder.withKey
(LabeledUnicastRouteKey key) Set the key value corresponding toLabeledUnicastRoute.key()
to the specified value.