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