public interface Cont extends ChildOf<ActionsData>, Augmentable<Cont>
This class represents the following YANG schema fragment defined in module actions
 container cont {
   action foo {
     input {
       leaf xyzzy {
         type string;
       }
     }
     output;
   }
 }
 The schema path to identify an instance is
 actions/cont
 To create instances of this class use ContBuilder.
ContBuilder| Modifier and Type | Field and Description | 
|---|---|
| static org.opendaylight.yangtools.yang.common.QName | QNAME | 
getImplementedInterfaceaugmentationCopyright © 2019 OpenDaylight. All rights reserved.