public interface Top extends TreeChildNode<Bug8449Data,Item<Top>>, Instantiable<Top>, Augmentable<Top>
This class represents the following YANG schema fragment defined in module bug8449
container top { leaf name1 { type string; } leaf name2 { type string; } }The schema path to identify an instance is bug8449/top
To create instances of this class use TopBuilder
.
TopBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
static InstanceIdentifier<Top> |
getInstanceIdentifier() |
String |
getName1() |
String |
getName2() |
treeIdentifier, treeParent
implementedInterface
augments, getAugmentation
String getName1()
String getName2()
static InstanceIdentifier<Top> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.