public interface Bug8449Data extends DataRoot
This class represents the following YANG schema fragment defined in module bug8449
 module bug8449 {
     yang-version 1;
     namespace "bug8449";
     prefix "tst";
     revision 2018-04-05 {
         description "";
     }
     container top-int {
         leaf leaf-int32 {
             type uint32;
         }
     }
     container top {
         leaf name1 {
             type string;
         }
         leaf name2 {
             type string;
         }
     }
     container cont-int32 {
         leaf ref-union-int32 {
             type union;
         }
     }
     container cont {
         leaf ref {
             type union;
         }
     }
 }
 | Modifier and Type | Method and Description | 
|---|---|
Cont | 
getCont()  | 
ContInt32 | 
getContInt32()  | 
Top | 
getTop()  | 
TopInt | 
getTopInt()  | 
TopInt getTopInt()
org.opendaylight.yang.gen.v1.bug8449.rev180405.TopInt topInt, or null if not presentTop getTop()
org.opendaylight.yang.gen.v1.bug8449.rev180405.Top top, or null if not presentContInt32 getContInt32()
org.opendaylight.yang.gen.v1.bug8449.rev180405.ContInt32 contInt32, or null if not presentCont getCont()
org.opendaylight.yang.gen.v1.bug8449.rev180405.Cont cont, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.