public interface TestData extends DataRoot
This class represents the following YANG schema fragment defined in module test
 module test {
     yang-version 1;
     namespace "urn:test";
     prefix "tst";
     revision 2017-01-01 {
         description "";
     }
     container cont {
         leaf vlan-id {
             type union;
         }
     }
 }
 | Modifier and Type | Method and Description | 
|---|---|
Cont | 
getCont()  | 
Cont getCont()
org.opendaylight.yang.gen.v1.urn.test.rev170101.Cont cont, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.