Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute.PeerSetSids
Packages that use PeerSetSids
Package
Description
-
Uses of PeerSetSids in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 that return types with arguments of type PeerSetSidsModifier and TypeMethodDescription@Nullable List<PeerSetSids> LinkstateAttribute.getPeerSetSids()Return peerSetSids, ornullif it is not present.default @NonNull List<PeerSetSids> LinkstateAttribute.nonnullPeerSetSids()Return peerSetSids, or an empty list if it is not present. -
Uses of PeerSetSids in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with type parameters of type PeerSetSidsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PeerSetSids>>
E$$PeerSetSidsBuilder.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.linkstate.rev200120.linkstate.attribute that return PeerSetSidsModifier and TypeMethodDescription@NonNull PeerSetSidsPeerSetSidsBuilder.build()A newPeerSetSidsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute that return types with arguments of type PeerSetSidsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with parameters of type PeerSetSidsModifier and TypeMethodDescriptionstatic booleanPeerSetSids.bindingEquals(@NonNull PeerSetSids thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPeerSetSids.bindingHashCode(@NonNull PeerSetSids obj) Default implementation ofObject.hashCode()contract for this interface.static StringPeerSetSids.bindingToString(@NonNull PeerSetSids obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with type arguments of type PeerSetSidsModifier and TypeMethodDescriptionPeerSetSidsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PeerSetSids> augmentation) Add an augmentation to this builder's product.PeerSetSidsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PeerSetSids>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with parameters of type PeerSetSidsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPeerSetSids. -
Uses of PeerSetSids in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case that return types with arguments of type PeerSetSidsModifier and TypeMethodDescriptionLinkAttributesBuilder.getPeerSetSids()Return current value associated with the property corresponding toLinkstateAttribute.getPeerSetSids().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case with type arguments of type PeerSetSidsModifier and TypeMethodDescriptionLinkAttributesBuilder.setPeerSetSids(List<PeerSetSids> values) Set the property corresponding toLinkstateAttribute.getPeerSetSids()to the specified value.