Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.experimenter.input.experimenter.data.of.choice.BundleControlOnf
Packages that use BundleControlOnf
Package
Description
-
Uses of BundleControlOnf in org.opendaylight.openflowplugin.extension.onf.converter
Methods in org.opendaylight.openflowplugin.extension.onf.converter that return BundleControlOnfModifier and TypeMethodDescriptionBundleControlConverter.convert
(BundleControlSal experimenterMessageCase, ExtensionConvertorData data) Methods in org.opendaylight.openflowplugin.extension.onf.converter with parameters of type BundleControlOnfModifier and TypeMethodDescriptionBundleControlConverter.convert
(BundleControlOnf input, MessagePath path) -
Uses of BundleControlOnf in org.opendaylight.openflowplugin.extension.onf.deserializer
Methods in org.opendaylight.openflowplugin.extension.onf.deserializer that return BundleControlOnfModifier and TypeMethodDescriptionBundleControlFactory.deserialize
(io.netty.buffer.ByteBuf message) -
Uses of BundleControlOnf in org.opendaylight.openflowplugin.extension.onf.serializer
Methods in org.opendaylight.openflowplugin.extension.onf.serializer with parameters of type BundleControlOnfModifier and TypeMethodDescriptionvoid
BundleControlFactory.serialize
(BundleControlOnf input, io.netty.buffer.ByteBuf outBuffer) -
Uses of BundleControlOnf in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.experimenter.input.experimenter.data.of.choice
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.experimenter.input.experimenter.data.of.choice with type parameters of type BundleControlOnfModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BundleControlOnf>>
E$$BundleControlOnfBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.experimenter.input.experimenter.data.of.choice that return BundleControlOnfModifier and TypeMethodDescription@NonNull BundleControlOnf
BundleControlOnfBuilder.build()
A newBundleControlOnf
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.experimenter.input.experimenter.data.of.choice that return types with arguments of type BundleControlOnfModifier and TypeMethodDescriptiondefault Class<BundleControlOnf>
BundleControlOnf.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.experimenter.input.experimenter.data.of.choice with parameters of type BundleControlOnfModifier and TypeMethodDescriptionstatic boolean
BundleControlOnf.bindingEquals
(@NonNull BundleControlOnf thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
BundleControlOnf.bindingHashCode
(@NonNull BundleControlOnf obj) Default implementation ofObject.hashCode()
contract for this interface.static String
BundleControlOnf.bindingToString
(@NonNull BundleControlOnf obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.experimenter.input.experimenter.data.of.choice with type arguments of type BundleControlOnfModifier and TypeMethodDescriptionBundleControlOnfBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<BundleControlOnf> augmentation) Add an augmentation to this builder's product.BundleControlOnfBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BundleControlOnf>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.experimenter.input.experimenter.data.of.choice with parameters of type BundleControlOnfModifierConstructorDescriptionConstruct a builder initialized with state from specifiedBundleControlOnf
.