public interface ListModule11 extends ChildOf<GroupingModule1>, Augmentable<ListModule11>
This class represents the following YANG schema fragment defined in module opendaylight-bug-5524-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/list-module1-1
To create instances of this class use ListModule11Builder
.
ListModule11Builder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<ListModule12> |
getListModule12() |
default @NonNull List<ListModule12> |
nonnullListModule12() |
getImplementedInterface
augmentation
@Nullable List<ListModule12> getListModule12()
java.util.List
listModule12
, or null
if not presentdefault @NonNull List<ListModule12> nonnullListModule12()
java.util.List
listModule12
, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.