public interface RouteInGrouping extends DataObject
This class represents the following YANG schema fragment defined in module opendaylight-test-routed-rpc
grouping route-in-grouping { leaf route { type instance-identifier; ext:context-reference test-context; } }The schema path to identify an instance is opendaylight-test-routed-rpc/route-in-grouping
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable InstanceIdentifier<?> |
getRoute() |
getImplementedInterface
@RoutingContext(value=TestContext.class) @Nullable InstanceIdentifier<?> getRoute()
org.opendaylight.yangtools.yang.binding.InstanceIdentifier
route
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.