Interface SubmitInstructionInput

    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends SubmitInstructionInput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getId

        InstructionId getId()
        Return id, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionId id, or null if it is not present.
      • getDeadline

        Nanotime getDeadline()
        Return deadline, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.Nanotime deadline, or null if it is not present.
      • getPreconditions

        @Nullable List<InstructionId> getPreconditions()
        Return preconditions, or null if it is not present.
        Returns:
        java.util.List preconditions, or null if it is not present.