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