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