Interface WavebandSwitchingLabel

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

    public interface WavebandSwitchingLabel
    extends org.opendaylight.yangtools.yang.binding.DataObject, CLabel

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

     grouping waveband-switching-label {
       uses c-label;
       leaf end-label {
         type uint32;
       }
       leaf start-label {
         type uint32;
       }
       leaf waveband-id {
         type uint32;
       }
     }
     
    The schema path to identify an instance is rsvp/waveband-switching-label
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends WavebandSwitchingLabel> 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
      • getEndLabel

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getEndLabel()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 endLabel, or null if not present
      • getStartLabel

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getStartLabel()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 startLabel, or null if not present
      • getWavebandId

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