public interface CaseBContainer extends ChildOf<Root>, Augmentable<CaseBContainer>
This class represents the following YANG schema fragment defined in module opendaylight-bug-4798.yang
container case-b-container {
list list-in-case {
key test-leaf;
leaf test-leaf {
type string;
}
}
}
The schema path to identify an instance is
opendaylight-bug-4798.yang/root/bug4798-choice/case-b/case-b-container
To create instances of this class use CaseBContainerBuilder.
CaseBContainerBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<ListInCase> |
getListInCase() |
default @NonNull List<ListInCase> |
nonnullListInCase() |
getImplementedInterfaceaugmentation@Nullable List<ListInCase> getListInCase()
java.util.List listInCase, or null if not presentdefault @NonNull List<ListInCase> nonnullListInCase()
java.util.List listInCase, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.