public class InstructionsQueueBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<InstructionsQueue>
InstructionsQueue instances.InstructionsQueue| Constructor and Description |
|---|
InstructionsQueueBuilder() |
InstructionsQueueBuilder(InstructionQueue arg) |
InstructionsQueueBuilder(InstructionsQueue base) |
| Modifier and Type | Method and Description |
|---|---|
InstructionsQueueBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionsQueue>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<InstructionsQueue> augmentation) |
InstructionsQueue |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionsQueue>> |
getAugmentation(Class<E> augmentationType) |
List<Instruction> |
getInstruction() |
String |
getInstructionQueueId() |
InstructionsQueueKey |
getKey() |
InstructionsQueueBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionsQueue>> augmentationType) |
InstructionsQueueBuilder |
setInstruction(List<Instruction> value) |
InstructionsQueueBuilder |
setInstructionQueueId(String value) |
InstructionsQueueBuilder |
setKey(InstructionsQueueKey value) |
public InstructionsQueueBuilder()
public InstructionsQueueBuilder(InstructionQueue arg)
public InstructionsQueueBuilder(InstructionsQueue base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic List<Instruction> getInstruction()
public String getInstructionQueueId()
public InstructionsQueueKey getKey()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionsQueue>> E getAugmentation(Class<E> augmentationType)
public InstructionsQueueBuilder setInstruction(List<Instruction> value)
public InstructionsQueueBuilder setInstructionQueueId(String value)
public InstructionsQueueBuilder setKey(InstructionsQueueKey value)
public InstructionsQueueBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionsQueue>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<InstructionsQueue> augmentation)
public InstructionsQueueBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionsQueue>> augmentationType)
public InstructionsQueue build()
build in interface org.opendaylight.yangtools.concepts.Builder<InstructionsQueue>Copyright © 2017 OpenDaylight. All rights reserved.