public interface Failure extends org.opendaylight.yangtools.yang.binding.ChildOf<SubmitInstructionOutput>, org.opendaylight.yangtools.yang.binding.Augmentable<Failure>
This class represents the following YANG schema fragment defined in module programming
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/failure
To create instances of this class use FailureBuilder.
FailureBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<InstructionId> |
getFailedPreconditions() |
Class<? extends SubmitFailure> |
getType() |
Class<? extends SubmitFailure> getType()
java.lang.Class type, or null if not presentList<InstructionId> getFailedPreconditions()
java.util.List failedPreconditions, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.