All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, CSubobject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
Unnumbered, Unnumbered

@Generated("mdsal-binding-generator") public interface UnnumberedSubobject extends org.opendaylight.yangtools.binding.Grouping, 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;
   }
 }
 
  • Method Summary

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

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

    implementedInterface
  • Method Details

    • 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