Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.property.grouping.bundle.property.entry.BundlePropertyExperimenter
-
Packages that use BundlePropertyExperimenter Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.property.grouping.bundle.property.entry -
-
Uses of BundlePropertyExperimenter in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.property.grouping.bundle.property.entry
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.property.grouping.bundle.property.entry with type parameters of type BundlePropertyExperimenter Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<BundlePropertyExperimenter>>
E$$BundlePropertyExperimenterBuilder. 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.bundle.property.grouping.bundle.property.entry that return BundlePropertyExperimenter Modifier and Type Method Description @NonNull BundlePropertyExperimenterBundlePropertyExperimenterBuilder. build()A newBundlePropertyExperimenterinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.property.grouping.bundle.property.entry that return types with arguments of type BundlePropertyExperimenter Modifier and Type Method Description default Class<BundlePropertyExperimenter>BundlePropertyExperimenter. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.property.grouping.bundle.property.entry with parameters of type BundlePropertyExperimenter Modifier and Type Method Description static booleanBundlePropertyExperimenter. bindingEquals(@NonNull BundlePropertyExperimenter thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intBundlePropertyExperimenter. bindingHashCode(@NonNull BundlePropertyExperimenter obj)Default implementation ofObject.hashCode()contract for this interface.static StringBundlePropertyExperimenter. bindingToString(@NonNull BundlePropertyExperimenter obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.property.grouping.bundle.property.entry with type arguments of type BundlePropertyExperimenter Modifier and Type Method Description BundlePropertyExperimenterBuilderBundlePropertyExperimenterBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<BundlePropertyExperimenter> augmentation)Add an augmentation to this builder's product.BundlePropertyExperimenterBuilderBundlePropertyExperimenterBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BundlePropertyExperimenter>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.rev170124.bundle.property.grouping.bundle.property.entry with parameters of type BundlePropertyExperimenter Constructor Description BundlePropertyExperimenterBuilder(BundlePropertyExperimenter base)Construct a builder initialized with state from specifiedBundlePropertyExperimenter.
-