Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.AggregatorBuilder
Package
Description
-
Uses of AggregatorBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Modifier and TypeMethodDescriptionAggregatorBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Aggregator> augmentation) Add an augmentation to this builder's product.AggregatorBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Aggregator>> augmentationType) Remove an augmentation from this builder's product.AggregatorBuilder.setAsNumber
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber value) Set the property corresponding toBgpAggregator.getAsNumber()
to the specified value.AggregatorBuilder.setNetworkAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone value) Set the property corresponding toBgpAggregator.getNetworkAddress()
to the specified value.