Interface RouteDistinguisherGrouping

    • Field Detail

      • QNAME

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

      • implementedInterface

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

        RouteDistinguisher getRouteDistinguisher()
        Return routeDistinguisher, or null if it is not present.
        Returns:
        RouteDistinguisher routeDistinguisher, or null if it is not present.
      • requireRouteDistinguisher

        default @NonNull RouteDistinguisher requireRouteDistinguisher()
        Return routeDistinguisher, guaranteed to be non-null.
        Returns:
        RouteDistinguisher routeDistinguisher, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if routeDistinguisher is not present