Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.SegmentsBuilder
Packages that use SegmentsBuilder
Package
Description
-
Uses of SegmentsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes that return SegmentsBuilderModifier 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.setSegmentId(SegmentId value) Set the property corresponding toSegments.getSegmentId()to the specified value.SegmentsBuilder.setSegmentSpecification(SegmentSpecification value) Set the property corresponding toSegments.getSegmentSpecification()to the specified value.SegmentsBuilder.withKey(SegmentsKey key) Set the key value corresponding toSegments.key()to the specified value.