public interface GrpCont extends ChildOf<Grp>, Augmentable<GrpCont>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal45-base
container grp-cont { leaf grp-leaf { type string; } }The schema path to identify an instance is opendaylight-mdsal45-base/grp/grp-cont
To create instances of this class use GrpContBuilder
.
GrpContBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getGrpLeaf() |
getImplementedInterface
augmentation
@Nullable String getGrpLeaf()
java.lang.String
grpLeaf
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.