public interface SubmitInstructionInput
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module programming
grouping submit-instruction-input {
leaf id {
type instruction-id;
}
leaf deadline {
type nanotime;
}
leaf-list preconditions {
type instruction-id;
}
}
The schema path to identify an instance is
programming/submit-instruction-input| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Nanotime |
getDeadline() |
InstructionId |
getId() |
List<InstructionId> |
getPreconditions() |
InstructionId getId()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionId id, or null if not presentNanotime getDeadline()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.Nanotime deadline, or null if not presentList<InstructionId> getPreconditions()
java.util.List preconditions, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.