Modifier and Type | Method and Description |
---|---|
NodeAugmentation |
NodeAugmentBuilder.getNodeAugmentation() |
NodeAugmentation |
NodeAugmentationGrouping.getNodeAugmentation()
Container for possible inventory node augmentations.
|
Modifier and Type | Method and Description |
---|---|
NodeAugmentBuilder |
NodeAugmentBuilder.setNodeAugmentation(NodeAugmentation value) |
Modifier and Type | Method and Description |
---|---|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<NodeAugmentation>> |
NodeAugmentationBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NodeAugmentation |
NodeAugmentationBuilder.build() |
Modifier and Type | Method and Description |
---|---|
NodeAugmentationBuilder |
NodeAugmentationBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NodeAugmentation>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NodeAugmentation> augmentation) |
NodeAugmentationBuilder |
NodeAugmentationBuilder.addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NodeAugmentation>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NodeAugmentation> augmentation) |
NodeAugmentationBuilder |
NodeAugmentationBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NodeAugmentation>> augmentationType) |
Constructor and Description |
---|
NodeAugmentationBuilder(NodeAugmentation base) |
Copyright © 2018 OpenDaylight. All rights reserved.