Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.LocalPrefBuilder
Package
Description
-
Uses of LocalPrefBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Modifier and TypeMethodDescriptionLocalPrefBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref> augmentation) Add an augmentation to this builder's product.LocalPrefBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref>> augmentationType) Remove an augmentation from this builder's product.LocalPrefBuilder.setPref
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toLocalPref.getPref()
to the specified value.