Modifier and Type | Method and Description |
---|---|
Streams |
RestconfBuilder.getStreams() |
@Nullable Streams |
Restconf.getStreams()
Container representing the notification event streamssupported by the server.
|
Modifier and Type | Method and Description |
---|---|
RestconfBuilder |
RestconfBuilder.setStreams(Streams value) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Streams>> |
StreamsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Streams |
StreamsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
StreamsBuilder |
StreamsBuilder.addAugmentation(Class<? extends Augmentation<Streams>> augmentationType,
Augmentation<Streams> augmentationValue) |
StreamsBuilder |
StreamsBuilder.addAugmentation(Class<? extends Augmentation<Streams>> augmentationType,
Augmentation<Streams> augmentationValue) |
StreamsBuilder |
StreamsBuilder.removeAugmentation(Class<? extends Augmentation<Streams>> augmentationType) |
Constructor and Description |
---|
StreamsBuilder(Streams base) |
Copyright © 2019 OpenDaylight. All rights reserved.