public interface RpcContextRef extends DataObject
This class represents the following YANG schema fragment defined in module rpc-context
grouping rpc-context-ref {
leaf context-instance {
type instance-identifier;
}
}
The schema path to identify an instance is
rpc-context/rpc-context-ref| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
InstanceIdentifier<?> |
getContextInstance()
Pointer to the context.
|
getImplementedInterfaceInstanceIdentifier<?> getContextInstance()
org.opendaylight.yangtools.yang.binding.InstanceIdentifier contextInstance, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.