public interface GetTopOutput extends TwoLevelList, TreeChildNode<OpendaylightMdsalBindingTestGetTopRpc,Item<GetTopOutput>>, Output<GetTopOutput>, Instantiable<GetTopOutput>, Augmentable<GetTopOutput>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
output { uses two-level-list; }The schema path to identify an instance is opendaylight-mdsal-binding-test/get-top/output
To create instances of this class use GetTopOutputBuilder
.
GetTopOutputBuilder
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() |
Class<GetTopOutput> |
implementedInterface() |
treeIdentifier, treeParent
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
Class<GetTopOutput> implementedInterface()
implementedInterface
in interface Instantiable<GetTopOutput>
java.lang.Class
implementedInterface
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.