Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.Segments
Packages that use Segments
Package
Description
-
Uses of Segments in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819 that return types with arguments of type SegmentsModifier and TypeMethodDescriptionNode1Builder.getSegments()Return current value associated with the property corresponding toSrNodeAttributes.getSegments().@Nullable Map<SegmentsKey,Segments> SrNodeAttributes.getSegments()Return segments, ornullif it is not present.default @NonNull Map<SegmentsKey,Segments> SrNodeAttributes.nonnullSegments()Return segments, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819 with type arguments of type SegmentsModifier and TypeMethodDescriptionNode1Builder.setSegments(Map<SegmentsKey, Segments> values) Set the property corresponding toSrNodeAttributes.getSegments()to the specified value. -
Uses of Segments 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 with type parameters of type SegmentsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Segments>>
E$$SegmentsBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes that return SegmentsModifier and TypeMethodDescription@NonNull SegmentsSegmentsBuilder.build()A newSegmentsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes that return types with arguments of type SegmentsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes with parameters of type SegmentsModifier and TypeMethodDescriptionstatic booleanSegments.bindingEquals(@NonNull Segments thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSegments.bindingHashCode(@NonNull Segments obj) Default implementation ofObject.hashCode()contract for this interface.static StringSegments.bindingToString(@NonNull Segments obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes with type arguments of type SegmentsModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes with parameters of type SegmentsModifierConstructorDescriptionSegmentsBuilder(Segments base) Construct a builder initialized with state from specifiedSegments.