Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.as.path.Segments
Packages that use Segments
Package
Description
-
Uses of Segments in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type SegmentsModifier and TypeMethodDescriptionAsPath.getSegments()Return segments, ornullif it is not present.AsPathBuilder.getSegments()Return current value associated with the property corresponding toAsPath.getSegments().AsPath.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.bgp.message.rev200120.path.attributes.attributes with type arguments of type SegmentsModifier and TypeMethodDescriptionAsPathBuilder.setSegments(List<Segments> values) Set the property corresponding toAsPath.getSegments()to the specified value. -
Uses of Segments in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.as.path
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.as.path 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.bgp.message.rev200120.path.attributes.attributes.as.path that return SegmentsModifier and TypeMethodDescription@NonNull SegmentsSegmentsBuilder.build()A newSegmentsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.as.path that return types with arguments of type SegmentsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.as.path 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.bgp.message.rev200120.path.attributes.attributes.as.path 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.bgp.message.rev200120.path.attributes.attributes.as.path with parameters of type SegmentsModifierConstructorDescriptionSegmentsBuilder(Segments base) Construct a builder initialized with state from specifiedSegments.