All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
OspfNode, OspfPseudonode, OspfV2LanIdentifier, OspfV3LanIdentifier

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

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

 grouping ospf-router-identifier {
   leaf ospf-router-id {
     type uint32;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.yangtools.yang.common.Uint32
    Return ospfRouterId, or null if it is not present.
    default @NonNull org.opendaylight.yangtools.yang.common.Uint32
    Return ospfRouterId, guaranteed to be non-null.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • 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