public interface Result
extends org.opendaylight.yangtools.yang.binding.DataContainer
This class represents the following YANG schema fragment defined in module programming
choice result {
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| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2017 OpenDaylight. All rights reserved.