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