Interface OspfRouterIdentifier

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    OspfNode, OspfPseudonode, OspfV2LanIdentifier, OspfV3LanIdentifier

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

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

     grouping ospf-router-identifier {
       leaf ospf-router-id {
         type uint32;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint32 getOspfRouterId()
        Return ospfRouterId, or null if it is not present.
        Returns:
        Uint32 ospfRouterId, or null if it is not present.
      • requireOspfRouterId

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