public interface Lst extends ChildOf<ActionsData>, Augmentable<Lst>, Identifiable<LstKey>
This class represents the following YANG schema fragment defined in module actions
 list lst {
   key key;
   leaf key {
     type string;
   }
   action foo {
     input;
     output;
   }
 }
 The schema path to identify an instance is
 actions/lst
 To create instances of this class use LstBuilder.
LstBuilder, 
LstKey| Modifier and Type | Field and Description | 
|---|---|
| static org.opendaylight.yangtools.yang.common.QName | QNAME | 
| Modifier and Type | Method and Description | 
|---|---|
| @Nullable String | getKey() | 
| LstKey | key()Returns an unique key for the object. | 
getImplementedInterfaceaugmentation@Nullable String getKey()
java.lang.String key, or null if not presentLstKey key()
Identifiablekey in interface Identifiable<LstKey>Copyright © 2019 OpenDaylight. All rights reserved.