Interface MeterBandContainer

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MeterBandContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<OpenflowProtocolData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MeterBandHeader

    public interface MeterBandContainer
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OpenflowProtocolData>, org.opendaylight.yangtools.yang.binding.Augmentable<MeterBandContainer>, MeterBandHeader

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

     container meter-band-container {
       uses meter-band-header;
     }
     
    The schema path to identify an instance is openflow-protocol/meter-band-container

    To create instances of this class use MeterBandContainerBuilder.

    See Also:
    MeterBandContainerBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<MeterBandContainer> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface MeterBandHeader