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

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

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

 grouping label-index-tlv {
   leaf label-index-tlv {
     type uint32;
   }
 }
 
  • Method Summary

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

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

    implementedInterface
  • Method Details

    • 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