Interface QueuePropContainer

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<QueuePropContainer>, 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, QueuePropertyHeader

    public interface QueuePropContainer
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OpenflowProtocolData>, org.opendaylight.yangtools.yang.binding.Augmentable<QueuePropContainer>, QueuePropertyHeader

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

     container queue-prop-container {
       uses queue-property-header;
     }
     
    The schema path to identify an instance is openflow-protocol/queue-prop-container

    To create instances of this class use QueuePropContainerBuilder.

    See Also:
    QueuePropContainerBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<QueuePropContainer> 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 QueuePropertyHeader