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