Interface LinkLrIdentifiers

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    LinkDescriptors, LinkIdentifier

    @Generated("mdsal-binding-generator")
    public interface LinkLrIdentifiers
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module bgp-linkstate

     grouping link-lr-identifiers {
       leaf link-local-identifier {
         type uint32;
       }
       leaf link-remote-identifier {
         type uint32;
       }
     }
     
    The schema path to identify an instance is bgp-linkstatelink-lr-identifiers
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint32 getLinkLocalIdentifier()
        Return linkLocalIdentifier, or null if it is not present.
        Returns:
        Uint32 linkLocalIdentifier, or null if it is not present.
      • requireLinkLocalIdentifier

        default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireLinkLocalIdentifier()
        Return linkLocalIdentifier, guaranteed to be non-null.
        Returns:
        Uint32 linkLocalIdentifier, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if linkLocalIdentifier is not present
      • getLinkRemoteIdentifier

        org.opendaylight.yangtools.yang.common.Uint32 getLinkRemoteIdentifier()
        Return linkRemoteIdentifier, or null if it is not present.
        Returns:
        Uint32 linkRemoteIdentifier, or null if it is not present.
      • requireLinkRemoteIdentifier

        default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireLinkRemoteIdentifier()
        Return linkRemoteIdentifier, guaranteed to be non-null.
        Returns:
        Uint32 linkRemoteIdentifier, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if linkRemoteIdentifier is not present