Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.Streams
-
-
Uses of Streams in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 that return Streams Modifier and Type Method Description StreamsNetconf. getStreams()Return streams, ornullif it is not present.StreamsNetconfBuilder. getStreams()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 with parameters of type Streams Modifier and Type Method Description NetconfBuilderNetconfBuilder. setStreams(Streams value) -
Uses of Streams 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 with type parameters of type Streams Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Streams>>
E$$StreamsBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf that return Streams Modifier and Type Method Description StreamsStreamsBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf that return types with arguments of type Streams Modifier and Type Method Description default Class<Streams>Streams. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf with parameters of type Streams Modifier and Type Method Description static booleanStreams. bindingEquals(@NonNull Streams thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intStreams. bindingHashCode(@NonNull Streams obj)Default implementation ofObject.hashCode()contract for this interface.static StringStreams. bindingToString(@NonNull Streams 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 with type arguments of type Streams Modifier and Type Method Description StreamsBuilderStreamsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Streams> augmentation)Add an augmentation to this builder's product.StreamsBuilderStreamsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Streams>> 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 with parameters of type Streams Constructor Description StreamsBuilder(Streams base)
-