public interface ModulesState extends ChildOf<IetfYangLibraryData>, Augmentable<ModulesState>, ModuleList
This class represents the following YANG schema fragment defined in module ietf-yang-library
container modules-state { config false; leaf module-set-id { type string; } uses module-list; }The schema path to identify an instance is ietf-yang-library/modules-state
To create instances of this class use ModulesStateBuilder
.
ModulesStateBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getModuleSetId()
Contains a server-specific identifier representingthe current set of modules and
submodules.
|
augmentation
getModule, nonnullModule
getImplementedInterface
@Nullable String getModuleSetId()
java.lang.String
moduleSetId
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.