public interface RedirectOutput extends DataObject
This class represents the following YANG schema fragment defined in module ocp-extension
grouping redirectOutput {
leaf result {
type string;
}
}
The schema path to identify an instance is
ocp-extension/redirectOutput| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getResult() |
getImplementedInterfaceString getResult()
java.lang.String result, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.