Interface BaseTunnelInput

    • Field Detail

      • QNAME

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

      • getLinkId

        org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId getLinkId()
        Return linkId, or null if it is not present.
        Returns:
        LinkId linkId, or null if it is not present.
      • requireLinkId

        default @NonNull org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId requireLinkId()
        Return linkId, guaranteed to be non-null.
        Returns:
        LinkId linkId, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if linkId is not present