public interface Top extends ChildOf<Bug8449Data>, 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 | 
|---|---|
String | 
getName1()  | 
String | 
getName2()  | 
getImplementedInterfacegetAugmentationCopyright © 2018 OpenDaylight. All rights reserved.