public interface Deviation extends ChildOf<Module>, Augmentable<Deviation>, CommonLeafs, Identifiable<DeviationKey>
This class represents the following YANG schema fragment defined in module ietf-yang-library
list deviation { key "name revision"; uses common-leafs; }The schema path to identify an instance is ietf-yang-library/module-list/module/deviation
To create instances of this class use DeviationBuilder
.
DeviationBuilder
,
DeviationKey
CommonLeafs.Revision
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
DeviationKey |
key()
Returns an unique key for the object.
|
augmentation
getName, getRevision
getImplementedInterface
DeviationKey key()
Identifiable
key
in interface Identifiable<DeviationKey>
Copyright © 2019 OpenDaylight. All rights reserved.