Interface Type1Label

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

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

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

     grouping type1-label {
       uses c-label;
       leaf type1-label {
         type uint32;
       }
     }
     
    The schema path to identify an instance is rsvptype1-label
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends Type1Label> implementedInterface()
        Specified by:
        implementedInterface in interface CLabel
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getType1Label

        org.opendaylight.yangtools.yang.common.Uint32 getType1Label()
        Return type1Label, or null if it is not present.
        Returns:
        Uint32 type1Label, or null if it is not present.
      • requireType1Label

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