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