public interface Baz extends ChildOf<Bar>, Augmentable<Baz>
This class represents the following YANG schema fragment defined in module mdsal-300
container baz {
action baz-act {
input;
output;
}
}
The schema path to identify an instance is
mdsal-300/bar/baz
To create instances of this class use BazBuilder.
BazBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterfaceaugmentationCopyright © 2019 OpenDaylight. All rights reserved.