Interface MeterBandHeader

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

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

    This class represents the following YANG schema fragment defined in module openflow-protocol

     grouping meter-band-header {
       choice meter-band {
         case meter-band-drop-case {
           container meter-band-drop {
             uses meter-band-commons;
           }
         }
         case meter-band-dscp-remark-case {
           container meter-band-dscp-remark {
             uses meter-band-commons;
             leaf prec-level {
               type uint8;
             }
           }
         }
         case meter-band-experimenter-case {
           container meter-band-experimenter {
             uses meter-band-commons;
           }
         }
       }
     }
     
    The schema path to identify an instance is openflow-protocol/meter-band-header
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        MeterBand getMeterBand()
        Return meterBand, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.meter.band.header.MeterBand meterBand, or null if it is not present.