Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.AttributesBuilder
Packages that use AttributesBuilder
Package
Description
-
Uses of AttributesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return AttributesBuilderModifier and TypeMethodDescriptionAttributesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Attributes> augmentation) Add an augmentation to this builder's product.AttributesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Attributes>> augmentationType) Remove an augmentation from this builder's product.AttributesBuilder.setAggregator(Aggregator value) Set the property corresponding toAttributes.getAggregator()to the specified value.Set the property corresponding toAttributes.getAigp()to the specified value.Set the property corresponding toAttributes.getAsPath()to the specified value.AttributesBuilder.setAtomicAggregate(AtomicAggregate value) Set the property corresponding toAttributes.getAtomicAggregate()to the specified value.AttributesBuilder.setBgpPrefixSid(BgpPrefixSid value) Set the property corresponding toAttributes.getBgpPrefixSid()to the specified value.AttributesBuilder.setClusterId(ClusterId value) Set the property corresponding toAttributes.getClusterId()to the specified value.AttributesBuilder.setCNextHop(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.CNextHop value) Set the property corresponding toNextHop.getCNextHop()to the specified value.AttributesBuilder.setCommunities(List<Communities> values) Set the property corresponding toAttributes.getCommunities()to the specified value.AttributesBuilder.setExtendedCommunities(List<ExtendedCommunities> values) Set the property corresponding toAttributes.getExtendedCommunities()to the specified value.AttributesBuilder.setLocalPref(LocalPref value) Set the property corresponding toAttributes.getLocalPref()to the specified value.AttributesBuilder.setMultiExitDisc(MultiExitDisc value) Set the property corresponding toAttributes.getMultiExitDisc()to the specified value.Set the property corresponding toAttributes.getOrigin()to the specified value.AttributesBuilder.setOriginatorId(OriginatorId value) Set the property corresponding toAttributes.getOriginatorId()to the specified value.AttributesBuilder.setUnrecognizedAttributes(Map<UnrecognizedAttributesKey, UnrecognizedAttributes> values) Set the property corresponding toAttributes.getUnrecognizedAttributes()to the specified value.