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 | 
|---|---|
| @Nullable String | getName1() | 
| @Nullable String | getName2() | 
getImplementedInterfaceaugmentationCopyright © 2019 OpenDaylight. All rights reserved.