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