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

    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;
       }
     }
     
    The schema path to identify an instance is bgp-linkstate/ospf-router-identifier
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • 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

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getOspfRouterId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 ospfRouterId, or null if not present