public interface AugGrouping extends DataObject
This class represents the following YANG schema fragment defined in module opendaylight-of-migration-test-model
grouping aug-grouping { container cont1 { leaf attr-str { type string; } } container cont2 { list contlist1 { key attr-str; leaf attr-str { type string; } uses enum-grouping; } } leaf attr-str1 { type string; } leaf attr-str2 { type string; } leaf attr-str3 { type string; } leaf attr-str4 { type string; } list list1 { key attr-str; leaf attr-str { type string; } list list1-1 { key attr-int; leaf attr-int { type int32; } leaf attr-str { type string; } leaf flags { type bit-flags; } } list list1-2 { key attr-int; leaf attr-int { type int32; } leaf attr-str { type string; } } } }The schema path to identify an instance is opendaylight-of-migration-test-model/aug-grouping
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getAttrStr1() |
@Nullable String |
getAttrStr2() |
@Nullable String |
getAttrStr3() |
@Nullable String |
getAttrStr4() |
@Nullable Cont1 |
getCont1() |
@Nullable Cont2 |
getCont2() |
@Nullable List<List1> |
getList1() |
default @NonNull List<List1> |
nonnullList1() |
getImplementedInterface
@Nullable Cont1 getCont1()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.Cont1
cont1
, or null
if not present@Nullable Cont2 getCont2()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.aug.grouping.Cont2
cont2
, or null
if not present@Nullable String getAttrStr1()
java.lang.String
attrStr1
, or null
if not present@Nullable String getAttrStr2()
java.lang.String
attrStr2
, or null
if not present@Nullable String getAttrStr3()
java.lang.String
attrStr3
, or null
if not present@Nullable String getAttrStr4()
java.lang.String
attrStr4
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.