Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.as.path.SegmentsBuilder
Package
Description
-
Uses of SegmentsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.as.path
Modifier and TypeMethodDescriptionSegmentsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Segments> augmentation) Add an augmentation to this builder's product.SegmentsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Segments>> augmentationType) Remove an augmentation from this builder's product.SegmentsBuilder.setAsSequence
(List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber> values) Set the property corresponding toAsPathSegment.getAsSequence()
to the specified value.SegmentsBuilder.setAsSet
(Set<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber> values) Set the property corresponding toAsPathSegment.getAsSet()
to the specified value.