Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set.Subchannels
Packages that use Subchannels
Package
Description
-
Uses of Subchannels in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return types with arguments of type SubchannelsModifier and TypeMethodDescription@Nullable List<Subchannels>
LabelSet.getSubchannels()
Return subchannels, ornull
if it is not present.default @NonNull List<Subchannels>
LabelSet.nonnullSubchannels()
Return subchannels, or an empty list if it is not present. -
Uses of Subchannels in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set with type parameters of type SubchannelsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Subchannels>>
E$$SubchannelsBuilder.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.rsvp.rev150820.label.set that return SubchannelsModifier and TypeMethodDescription@NonNull Subchannels
SubchannelsBuilder.build()
A newSubchannels
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set that return types with arguments of type SubchannelsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set with parameters of type SubchannelsModifier and TypeMethodDescriptionstatic boolean
Subchannels.bindingEquals
(@NonNull Subchannels thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Subchannels.bindingHashCode
(@NonNull Subchannels obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Subchannels.bindingToString
(@NonNull Subchannels obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set with type arguments of type SubchannelsModifier and TypeMethodDescriptionSubchannelsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Subchannels> augmentation) Add an augmentation to this builder's product.SubchannelsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Subchannels>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set with parameters of type SubchannelsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSubchannels
.