public class InstructionBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Instruction>
Instruction instances.Instruction| Constructor and Description |
|---|
InstructionBuilder() |
InstructionBuilder(Instruction base) |
| Modifier and Type | Method and Description |
|---|---|
InstructionBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Instruction> augmentation) |
Instruction |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> |
getAugmentation(Class<E> augmentationType) |
Nanotime |
getDeadline() |
InstructionId |
getId() |
InstructionKey |
getKey() |
InstructionStatus |
getStatus() |
InstructionBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> augmentationType) |
InstructionBuilder |
setDeadline(Nanotime value) |
InstructionBuilder |
setId(InstructionId value) |
InstructionBuilder |
setKey(InstructionKey value) |
InstructionBuilder |
setStatus(InstructionStatus value) |
public InstructionBuilder()
public InstructionBuilder(Instruction base)
public Nanotime getDeadline()
public InstructionId getId()
public InstructionKey getKey()
public InstructionStatus getStatus()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> E getAugmentation(Class<E> augmentationType)
public InstructionBuilder setDeadline(Nanotime value)
public InstructionBuilder setId(InstructionId value)
public InstructionBuilder setKey(InstructionKey value)
public InstructionBuilder setStatus(InstructionStatus value)
public InstructionBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Instruction> augmentation)
public InstructionBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Instruction>> augmentationType)
public Instruction build()
build in interface org.opendaylight.yangtools.concepts.Builder<Instruction>Copyright © 2017 OpenDaylight. All rights reserved.