public interface Cont1 extends ChildOf<AugGrouping>, Augmentable<Cont1>
This class represents the following YANG schema fragment defined in module opendaylight-of-migration-test-model
container cont1 { leaf attr-str { type string; } }The schema path to identify an instance is opendaylight-of-migration-test-model/aug-grouping/cont1
To create instances of this class use Cont1Builder
.
Cont1Builder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getAttrStr() |
getImplementedInterface
augmentation
@Nullable String getAttrStr()
java.lang.String
attrStr
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.