Interface SupportedInstructions

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SupportedInstructions>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<FlowNode>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface SupportedInstructions
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowNode>, org.opendaylight.yangtools.yang.binding.Augmentable<SupportedInstructions>

    This class represents the following YANG schema fragment defined in module flow-node-inventory

     container supported-instructions {
       list instruction-type {
         key instruction;
         uses feature;
         leaf instruction {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is flow-node-inventory/flow-node/supported-instructions

    To create instances of this class use SupportedInstructionsBuilder.

    See Also:
    SupportedInstructionsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<InstructionType> getInstructionType()
        Returns:
        java.util.List instructionType, or null if not present
      • nonnullInstructionType

        default @NonNull List<InstructionType> nonnullInstructionType()
        Returns:
        java.util.List instructionType, or an empty list if it is not present