Class ExtensionAugment<T extends org.opendaylight.yangtools.binding.Augmentation<Extension>>
java.lang.Object
org.opendaylight.openflowplugin.extension.api.AugmentTuple<Extension>
org.opendaylight.openflowplugin.extension.api.ExtensionAugment<T>
- Type Parameters:
T
- type of wrapped augmentation
public class ExtensionAugment<T extends org.opendaylight.yangtools.binding.Augmentation<Extension>>
extends AugmentTuple<Extension>
Extension augmentation.
- Author:
- msunal
-
Constructor Summary
ConstructorDescriptionExtensionAugment
(Class<T> augmentationClass, T augmentationObject, ExtensionKey key) -
Method Summary
Methods inherited from class org.opendaylight.openflowplugin.extension.api.AugmentTuple
getAugmentationClass, getAugmentationObject
-
Constructor Details
-
ExtensionAugment
-
-
Method Details
-
getKey
Returns the key which represents an extension type.- Returns:
- key
-