public interface EncapsulatedRouteInGrouping extends DataObject
This class represents the following YANG schema fragment defined in module opendaylight-test-routed-rpc
grouping encapsulated-route-in-grouping { leaf route { type encapsulated-route; ext:context-reference test-context; } }The schema path to identify an instance is opendaylight-test-routed-rpc/encapsulated-route-in-grouping
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable EncapsulatedRoute |
getRoute() |
getImplementedInterface
@RoutingContext(value=TestContext.class) @Nullable EncapsulatedRoute getRoute()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701.EncapsulatedRoute
route
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.