Modifier and Type | Method and Description |
---|---|
Config |
RestconfBuilder.getConfig() |
@Nullable Config |
Restconf.getConfig()
Container representing the application/yang.datastoreresource type.
|
Modifier and Type | Method and Description |
---|---|
RestconfBuilder |
RestconfBuilder.setConfig(Config value) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Config>> |
ConfigBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Config |
ConfigBuilder.build() |
Modifier and Type | Method and Description |
---|---|
ConfigBuilder |
ConfigBuilder.addAugmentation(Class<? extends Augmentation<Config>> augmentationType,
Augmentation<Config> augmentationValue) |
ConfigBuilder |
ConfigBuilder.addAugmentation(Class<? extends Augmentation<Config>> augmentationType,
Augmentation<Config> augmentationValue) |
ConfigBuilder |
ConfigBuilder.removeAugmentation(Class<? extends Augmentation<Config>> augmentationType) |
Constructor and Description |
---|
ConfigBuilder(Config base) |
Copyright © 2019 OpenDaylight. All rights reserved.