E - augmentable type where wrapped augmentation belongspublic class AugmentTuple<E extends org.opendaylight.yangtools.yang.binding.Augmentable<E>> extends Object
| Constructor and Description |
|---|
AugmentTuple(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<E>> augmentationClass,
org.opendaylight.yangtools.yang.binding.Augmentation<E> augmentationObject) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<E>> |
getAugmentationClass()
Returns the type of wrapped augmentation.
|
org.opendaylight.yangtools.yang.binding.Augmentation<E> |
getAugmentationObject()
Returns the instance of wrapped augmentation.
|
public org.opendaylight.yangtools.yang.binding.Augmentation<E> getAugmentationObject()
Copyright © 2019 OpenDaylight. All rights reserved.