Interface LabelIndexTlv

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

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

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

     grouping label-index-tlv {
       leaf label-index-tlv {
         type uint32;
       }
     }
     
    • 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 LabelIndexTlv> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLabelIndexTlv

        org.opendaylight.yangtools.yang.common.Uint32 getLabelIndexTlv()
        Return labelIndexTlv, or null if it is not present.
             
                 Value representing the index value in the SRGB space.
             
         
        Returns:
        Uint32 labelIndexTlv, or null if it is not present.
      • requireLabelIndexTlv

        default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireLabelIndexTlv()
        Return labelIndexTlv, guaranteed to be non-null.
             
                 Value representing the index value in the SRGB space.
             
         
        Returns:
        Uint32 labelIndexTlv, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if labelIndexTlv is not present