public interface Container1 extends ChildOf<UsesGroupingTestgroupingInner>, Augmentable<Container1>
This class represents the following YANG schema fragment defined in module opendaylight-bug-5524-module1
container container-1 { container container-2; }The schema path to identify an instance is opendaylight-bug-5524-module1/uses-grouping-testgrouping-inner/container-1
To create instances of this class use Container1Builder
.
Container1Builder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Container2 |
getContainer2() |
getImplementedInterface
augmentation
@Nullable Container2 getContainer2()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.bug._5524.module1.rev160101.uses.grouping.testgrouping.inner.container._1.Container2
container2
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.