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