Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability.AddressFamiliesBuilder
Packages that use 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp.capabilities.add.path.capability that return AddressFamiliesBuilderModifier and TypeMethodDescriptionAddressFamiliesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AddressFamilies> augmentation) Add an augmentation to this builder's product.AddressFamiliesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AddressFamilies>> augmentationType) Remove an augmentation from this builder's product.AddressFamiliesBuilder.setAfi(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.AddressFamily value) Set the property corresponding toBgpTableType.getAfi()to the specified value.AddressFamiliesBuilder.setSafi(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.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.