Modifier and Type | Method and Description |
---|---|
Statistics |
InterfaceBuilder.getStatistics() |
@Nullable Statistics |
Interface.getStatistics()
A collection of interface-related statistics objects.
|
Modifier and Type | Method and Description |
---|---|
InterfaceBuilder |
InterfaceBuilder.setStatistics(Statistics value) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<Statistics>> |
StatisticsBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Statistics |
StatisticsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
StatisticsBuilder |
StatisticsBuilder.addAugmentation(Class<? extends Augmentation<Statistics>> augmentationType,
Augmentation<Statistics> augmentationValue) |
StatisticsBuilder |
StatisticsBuilder.addAugmentation(Class<? extends Augmentation<Statistics>> augmentationType,
Augmentation<Statistics> augmentationValue) |
StatisticsBuilder |
StatisticsBuilder.removeAugmentation(Class<? extends Augmentation<Statistics>> augmentationType) |
Constructor and Description |
---|
StatisticsBuilder(Statistics base) |
Copyright © 2019 OpenDaylight. All rights reserved.