Interface EncapsulatedRouteInGrouping
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
public interface EncapsulatedRouteInGrouping extends org.opendaylight.yangtools.yang.binding.DataObjectThis class represents the following YANG schema fragment defined in module UnqualifiedQName{localName=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
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable EncapsulatedRoutegetRoute()Return route, ornullif it is not present..Class<? extends EncapsulatedRouteInGrouping>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends EncapsulatedRouteInGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getRoute
@RoutingContext(TestContext.class) @Nullable EncapsulatedRoute getRoute()
Return route, ornullif it is not present..- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701.EncapsulatedRouteroute, ornullif it is not present.
-
-