public interface ForwardingAdjUpdateOutput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ForwardingAdjUpdateOutput>
This class represents the following YANG schema fragment defined in module multilayer-topology
container output {
choice result {
case error {
container error {
}
}
case ok {
leaf ok {
type empty;
}
}
}
}
The schema path to identify an instance is
multilayer-topology/forwarding-adj-update/output
To create instances of this class use ForwardingAdjUpdateOutputBuilder.
ForwardingAdjUpdateOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Result |
getResult() |
Result getResult()
org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.forwarding.adj.update.output.Result result, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.