public interface CancelInstructionOutput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<CancelInstructionOutput>
This class represents the following YANG schema fragment defined in module programming
container output {
leaf failure {
type identityref;
}
}
The schema path to identify an instance is
programming/cancel-instruction/output
To create instances of this class use CancelInstructionOutputBuilder.
CancelInstructionOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CancelFailure> |
getFailure() |
Class<? extends CancelFailure> getFailure()
java.lang.Class failure, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.