public class CleanInstructionsOutputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<CleanInstructionsOutput>
CleanInstructionsOutput instances.CleanInstructionsOutput| Constructor and Description |
|---|
CleanInstructionsOutputBuilder() |
CleanInstructionsOutputBuilder(CleanInstructionsOutput base) |
| Modifier and Type | Method and Description |
|---|---|
CleanInstructionsOutputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput> augmentation) |
CleanInstructionsOutput |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput>> |
getAugmentation(Class<E> augmentationType) |
List<InstructionId> |
getUnflushed() |
CleanInstructionsOutputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput>> augmentationType) |
CleanInstructionsOutputBuilder |
setUnflushed(List<InstructionId> value) |
public CleanInstructionsOutputBuilder()
public CleanInstructionsOutputBuilder(CleanInstructionsOutput base)
public List<InstructionId> getUnflushed()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput>> E getAugmentation(Class<E> augmentationType)
public CleanInstructionsOutputBuilder setUnflushed(List<InstructionId> value)
public CleanInstructionsOutputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput> augmentation)
public CleanInstructionsOutputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanInstructionsOutput>> augmentationType)
public CleanInstructionsOutput build()
build in interface org.opendaylight.yangtools.concepts.Builder<CleanInstructionsOutput>Copyright © 2017 OpenDaylight. All rights reserved.