Modifier and Type | Method and Description |
---|---|
Operations |
RestconfBuilder.getOperations() |
@Nullable Operations |
Restconf.getOperations()
Container for all operation resources(application/yang.operation),Each resource
is represented as an empty leaf with thename of the RPC operation from the YANG
rpc statement.E.g.; POST /restconf/operations/show-log-errors leaf
show-log-errors { type empty; }
|
Modifier and Type | Method and Description |
---|---|
RestconfBuilder |
RestconfBuilder.setOperations(Operations value) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Operations>> |
OperationsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Operations |
OperationsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
OperationsBuilder |
OperationsBuilder.addAugmentation(Class<? extends Augmentation<Operations>> augmentationType,
Augmentation<Operations> augmentationValue) |
OperationsBuilder |
OperationsBuilder.addAugmentation(Class<? extends Augmentation<Operations>> augmentationType,
Augmentation<Operations> augmentationValue) |
OperationsBuilder |
OperationsBuilder.removeAugmentation(Class<? extends Augmentation<Operations>> augmentationType) |
Constructor and Description |
---|
OperationsBuilder(Operations base) |
Copyright © 2019 OpenDaylight. All rights reserved.