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