public interface YangLibraryChange extends DataObject, Augmentable<YangLibraryChange>, Notification
This class represents the following YANG schema fragment defined in module ietf-yang-library
notification yang-library-change { leaf module-set-id { type leafref { path /yanglib:modules-state/yanglib:module-set-id; } } }The schema path to identify an instance is ietf-yang-library/yang-library-change
To create instances of this class use YangLibraryChangeBuilder
.
YangLibraryChangeBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getModuleSetId()
Contains the module-set-id value representing theset of modules and submodules
supported at the server atthe time the notification is generated.
|
augmentation
getImplementedInterface
@Nullable String getModuleSetId()
java.lang.String
moduleSetId
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.