Uses of Class
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes.igp.node.attributes.PrefixBuilder
Package
Description
-
Uses of PrefixBuilder in org.opendaylight.bgpcep.bgp.topology.provider
Modifier and TypeMethodDescriptionstatic void
ProtocolUtil.augmentProtocolId
(LinkstateRoute value, PrefixAttributes pa, PrefixBuilder pb) -
Uses of PrefixBuilder in org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.node.attributes.igp.node.attributes
Modifier and TypeMethodDescriptionPrefixBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Prefix> augmentation) Add an augmentation to this builder's product.PrefixBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Prefix>> augmentationType) Remove an augmentation from this builder's product.PrefixBuilder.setFlag
(Set<FlagIdentity> values) Set the property corresponding toIgpPrefixAttributes.getFlag()
to the specified value.PrefixBuilder.setMetric
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toIgpPrefixAttributes.getMetric()
to the specified value.PrefixBuilder.setPrefix
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix value) Set the property corresponding toIgpPrefixAttributes.getPrefix()
to the specified value.Set the key value corresponding toPrefix.key()
to the specified value.