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.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
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends EncapsulatedRouteInGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRoute

        @RoutingContext(TestContext.class)
        @Nullable EncapsulatedRoute getRoute()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.rpc.routing.rev140701.EncapsulatedRoute route, or null if not present