public interface TwoLevelListChanged extends TreeNode, Instantiable<TwoLevelListChanged>, Augmentable<TwoLevelListChanged>, TwoLevelList, Notification
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
notification two-level-list-changed { uses two-level-list; }The schema path to identify an instance is opendaylight-mdsal-binding-test/two-level-list-changed
To create instances of this class use TwoLevelListChangedBuilder
.
TwoLevelListChangedBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
List<ChoiceList> |
getChoiceList() |
List<String> |
getTopLevelLeafList() |
List<TopLevelList> |
getTopLevelList()
Top Level List
|
List<String> |
getTopLevelOrderedLeafList() |
implementedInterface
augments, getAugmentation
List<TopLevelList> getTopLevelList()
getTopLevelList
in interface TwoLevelList
List<String> getTopLevelLeafList()
getTopLevelLeafList
in interface TwoLevelList
List<String> getTopLevelOrderedLeafList()
getTopLevelOrderedLeafList
in interface TwoLevelList
List<ChoiceList> getChoiceList()
getChoiceList
in interface TwoLevelList
Copyright © 2019 OpenDaylight. All rights reserved.