public interface FailureCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FailureCase>, Result
This class represents the following YANG schema fragment defined in module programming
case failure-case {
container failure {
leaf type {
type identityref;
}
leaf-list failed-preconditions {
type instruction-id;
}
}
}
The schema path to identify an instance is
programming/submit-instruction-output/result/failure-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Failure |
getFailure() |
Failure getFailure()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.submit.instruction.output.result.failure._case.Failure failure, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.