public interface TestData extends TreeRoot
This class represents the following YANG schema fragment defined in module test
 module test {
     yang-version 1;
     namespace "urn:test";
     prefix "tst";
     revision 2017-06-27;
     typedef id {
         type uint16;
     }
     container my-cont {
         leaf my-leaf {
             type string;
         }
     }
 }
 | Modifier and Type | Method and Description | 
|---|---|
MyCont | 
getMyCont()  | 
MyCont getMyCont()
Copyright © 2018 OpenDaylight. All rights reserved.