public interface Details extends org.opendaylight.yangtools.yang.binding.ChildOf<InstructionStatusChanged>, org.opendaylight.yangtools.yang.binding.Augmentable<Details>
This class represents the following YANG schema fragment defined in module programming
container details {
leaf-list unmet-dependencies {
type instruction-id;
}
}
The schema path to identify an instance is
programming/instruction-status-changed/details
To create instances of this class use DetailsBuilder.
DetailsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<InstructionId> |
getUnmetDependencies() |
List<InstructionId> getUnmetDependencies()
java.util.List unmetDependencies, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.