public interface ContainerManualListModule11 extends ChildOf<GroupingModule3>, Augmentable<ContainerManualListModule11>
This class represents the following YANG schema fragment defined in module opendaylight-bug-5524-module3
list container-manual-list-module1-1 { list container-manual-list-module1-2 { container container-manual-container-module1 { container container-manual-container-module2; } } }The schema path to identify an instance is opendaylight-bug-5524-module3/grouping-module3/container-manual-list-module1-1
To create instances of this class use ContainerManualListModule11Builder
.
ContainerManualListModule11Builder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<ContainerManualListModule12> |
getContainerManualListModule12() |
default @NonNull List<ContainerManualListModule12> |
nonnullContainerManualListModule12() |
getImplementedInterface
augmentation
@Nullable List<ContainerManualListModule12> getContainerManualListModule12()
java.util.List
containerManualListModule12
, or null
if not presentdefault @NonNull List<ContainerManualListModule12> nonnullContainerManualListModule12()
java.util.List
containerManualListModule12
, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.