All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OspfRouterIdentifier
All Known Subinterfaces:
OspfPseudonode

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

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

 grouping ospf-v3-lan-identifier {
   uses ospf-router-identifier;
   leaf lan-interface {
     type ospf-interface-identifier;
   }
 }
 
  • Field Details

    • QNAME

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

    • implementedInterface

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

      OspfInterfaceIdentifier getLanInterface()
      Return lanInterface, or null if it is not present.
      Returns:
      OspfInterfaceIdentifier lanInterface, or null if it is not present.
    • requireLanInterface

      default @NonNull OspfInterfaceIdentifier requireLanInterface()
      Return lanInterface, guaranteed to be non-null.
      Returns:
      OspfInterfaceIdentifier lanInterface, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if lanInterface is not present