Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability.AddressFamiliesBuilder
Package
Description
-
Uses of AddressFamiliesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability
Modifier and TypeMethodDescriptionAddressFamiliesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<AddressFamilies> augmentation) Add an augmentation to this builder's product.AddressFamiliesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AddressFamilies>> augmentationType) Remove an augmentation from this builder's product.AddressFamiliesBuilder.setAfi
(AddressFamily value) Set the property corresponding toBgpTableType.getAfi()
to the specified value.AddressFamiliesBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.AddressFamiliesBuilder.setSendReceive
(SendReceive value) Set the property corresponding toBgpAddPathTableType.getSendReceive()
to the specified value.