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

    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;
       }
     }
     
    The schema path to identify an instance is rsvp/unnumbered-subobject
    • Field Detail

      • QNAME

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getRouterId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 routerId, or null if not present
      • getInterfaceId

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