public interface SampleDataHwm extends ChildOf<UsecpluginData>, Augmentable<SampleDataHwm>
This class represents the following YANG schema fragment defined in module usecplugin
container sample-data-hwm {
leaf samples {
type uint16;
}
leaf highWaterMark {
type uint16;
}
}
The schema path to identify an instance is
usecplugin/sample-data-hwm
To create instances of this class use SampleDataHwmBuilder.
SampleDataHwmBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHighWaterMark() |
Integer |
getSamples() |
getImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.