public interface CancelInstructionInput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<CancelInstructionInput>
This class represents the following YANG schema fragment defined in module programming
container input {
leaf id {
type instruction-id;
}
}
The schema path to identify an instance is
programming/cancel-instruction/input
To create instances of this class use CancelInstructionInputBuilder.
CancelInstructionInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
InstructionId |
getId() |
InstructionId getId()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.InstructionId id, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.