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 |
---|---|
String |
getKey() |
GrplstKey |
key()
Returns an unique key for the object.
|
augmentation
getImplementedInterface
GrplstKey key()
Identifiable
key
in interface Identifiable<GrplstKey>
Copyright © 2018 OpenDaylight. All rights reserved.