Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.LabelStackBuilder
Package
Description
-
Uses of LabelStackBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast
Modifier and TypeMethodDescriptionLabelStackBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LabelStack> augmentation) Add an augmentation to this builder's product.LabelStackBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LabelStack>> augmentationType) Remove an augmentation from this builder's product.LabelStackBuilder.setLabelValue
(MplsLabel value) Set the property corresponding toLabel.getLabelValue()
to the specified value.