Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams.Stream
-
-
Uses of Stream in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf that return types with arguments of type Stream Modifier and Type Method Description @Nullable Map<StreamKey,Stream>Streams. getStream()Return stream, ornullif it is not present.Map<StreamKey,Stream>StreamsBuilder. getStream()default @NonNull Map<StreamKey,Stream>Streams. nonnullStream()Return stream, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf with type arguments of type Stream Modifier and Type Method Description StreamsBuilderStreamsBuilder. setStream(List<Stream> values)Deprecated, for removal: This API element is subject to removal in a future version.UseStreamsBuilder.setStream(Map)instead.StreamsBuilderStreamsBuilder. setStream(Map<StreamKey,Stream> values) -
Uses of Stream in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams with type parameters of type Stream Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Stream>>
E$$StreamBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams that return Stream Modifier and Type Method Description StreamStreamBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams that return types with arguments of type Stream Modifier and Type Method Description default Class<Stream>Stream. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams with parameters of type Stream Modifier and Type Method Description static booleanStream. bindingEquals(@NonNull Stream thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intStream. bindingHashCode(@NonNull Stream obj)Default implementation ofObject.hashCode()contract for this interface.static StringStream. bindingToString(@NonNull Stream obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams with type arguments of type Stream Modifier and Type Method Description StreamBuilderStreamBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Stream> augmentation)Add an augmentation to this builder's product.StreamBuilderStreamBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Stream>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams with parameters of type Stream Constructor Description StreamBuilder(Stream base)
-