Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set.Subchannels
-
-
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 Subchannels Modifier and Type Method Description @Nullable List<Subchannels>LabelSet. getSubchannels()Return subchannels, ornullif 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 Subchannels Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Subchannels>>
E$$SubchannelsBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set that return Subchannels Modifier and Type Method Description SubchannelsSubchannelsBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set that return types with arguments of type Subchannels Modifier and Type Method Description default Class<Subchannels>Subchannels. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set with parameters of type Subchannels Modifier and Type Method Description static booleanSubchannels. bindingEquals(@NonNull Subchannels thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSubchannels. bindingHashCode(@NonNull Subchannels obj)Default implementation ofObject.hashCode()contract for this interface.static StringSubchannels. 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 Subchannels Modifier and Type Method Description SubchannelsBuilderSubchannelsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Subchannels> augmentation)Add an augmentation to this builder's product.SubchannelsBuilderSubchannelsBuilder. 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 Subchannels Constructor Description SubchannelsBuilder(Subchannels base)
-