Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.UpdateBuilder
Packages that use UpdateBuilder
Package
Description
-
Uses of UpdateBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 that return UpdateBuilderModifier and TypeMethodDescriptionUpdateBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Update> augmentation) Add an augmentation to this builder's product.UpdateBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Update>> augmentationType) Remove an augmentation from this builder's product.UpdateBuilder.setAttributes(Attributes value) Set the property corresponding toPathAttributes.getAttributes()to the specified value.Set the property corresponding toUpdateMessage.getNlri()to the specified value.UpdateBuilder.setWithdrawnRoutes(List<WithdrawnRoutes> values) Set the property corresponding toUpdateMessage.getWithdrawnRoutes()to the specified value.