Interface CleanInstructionsInput

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

    public interface CleanInstructionsInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<CleanInstructionsInput>

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

     input input {
       leaf-list id {
         type instruction-id;
         min-elements 1;
       }
     }
     
    The schema path to identify an instance is programming/clean-instructions/input

    To create instances of this class use CleanInstructionsInputBuilder.

    See Also:
    CleanInstructionsInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<CleanInstructionsInput> 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.RpcInput
      • getId

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