public interface Bar extends DataObject
This class represents the following YANG schema fragment defined in module mdsal-300
grouping bar { container baz { action baz-act { input; output; } } }The schema path to identify an instance is mdsal-300/bar
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Baz |
getBaz() |
getImplementedInterface
@Nullable Baz getBaz()
org.opendaylight.yang.gen.v1.mdsal._300.norev.bar.Baz
baz
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.