Modifier and Type | Method and Description |
---|---|
Restconf |
Restconf.getRestconf()
Conceptual container representing theapplication/yang.api resource type.
|
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Restconf>> |
RestconfBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Restconf |
RestconfBuilder.build() |
Modifier and Type | Method and Description |
---|---|
RestconfBuilder |
RestconfBuilder.addAugmentation(Class<? extends Augmentation<Restconf>> augmentationType,
Augmentation<Restconf> augmentationValue) |
RestconfBuilder |
RestconfBuilder.addAugmentation(Class<? extends Augmentation<Restconf>> augmentationType,
Augmentation<Restconf> augmentationValue) |
RestconfBuilder |
RestconfBuilder.removeAugmentation(Class<? extends Augmentation<Restconf>> augmentationType) |
Constructor and Description |
---|
RestconfBuilder(Restconf base) |
Copyright © 2019 OpenDaylight. All rights reserved.