Interface CleanInstructionsOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<CleanInstructionsOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface CleanInstructionsOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<CleanInstructionsOutput>

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

     output output {
       leaf-list unflushed {
         type instruction-id;
       }
     }
     
    The schema path to identify an instance is programming/clean-instructions/output

    To create instances of this class use CleanInstructionsOutputBuilder.

    See Also:
    CleanInstructionsOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<CleanInstructionsOutput> 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 org.opendaylight.yangtools.yang.binding.RpcOutput
      • getUnflushed

        @Nullable List<InstructionId> getUnflushed()
        Returns:
        java.util.List unflushed, or null if not present