Interface UnnumberedSubobject

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

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

    This class represents the following YANG schema fragment defined in module rsvp

     grouping unnumbered-subobject {
       uses c-subobject;
       leaf router-id {
         type uint32;
       }
       leaf interface-id {
         type uint32;
       }
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • 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 UnnumberedSubobject> implementedInterface()
        Specified by:
        implementedInterface in interface CSubobject
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRouterId

        org.opendaylight.yangtools.yang.common.Uint32 getRouterId()
        Return routerId, or null if it is not present.
        Returns:
        Uint32 routerId, or null if it is not present.
      • requireRouterId

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

        org.opendaylight.yangtools.yang.common.Uint32 getInterfaceId()
        Return interfaceId, or null if it is not present.
        Returns:
        Uint32 interfaceId, or null if it is not present.
      • requireInterfaceId

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