public interface GroupingModule1 extends DataObject
This class represents the following YANG schema fragment defined in module opendaylight-bug-5524-module1
grouping grouping-module1 { list list-module1-1 { list list-module1-2 { container container-module1; } } }The schema path to identify an instance is opendaylight-bug-5524-module1/grouping-module1
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<ListModule11> |
getListModule11() |
default @NonNull List<ListModule11> |
nonnullListModule11() |
getImplementedInterface
@Nullable List<ListModule11> getListModule11()
java.util.List
listModule11
, or null
if not presentdefault @NonNull List<ListModule11> nonnullListModule11()
java.util.List
listModule11
, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.