Interface InstructionsQueue

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<InstructionsQueue>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ProgrammingData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<InstructionsQueueKey>, InstructionQueue

    public interface InstructionsQueue
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ProgrammingData>, org.opendaylight.yangtools.yang.binding.Augmentable<InstructionsQueue>, InstructionQueue, org.opendaylight.yangtools.yang.binding.Identifiable<InstructionsQueueKey>

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

     list instructions-queue {
       key instruction-queue-id;
       uses instruction-queue;
     }
     
    The schema path to identify an instance is programming/instructions-queue

    To create instances of this class use InstructionsQueueBuilder.

    See Also:
    InstructionsQueueBuilder, InstructionsQueueKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<InstructionsQueue> 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 InstructionQueue