public class InputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Input>
InputBuilder
instances.InputBuilder
Constructor and Description |
---|
InputBuilder() |
InputBuilder(Input base) |
Modifier and Type | Method and Description |
---|---|
InputBuilder |
addAugmentation(Class<? extends Augmentation<Input>> augmentationType,
Augmentation<Input> augmentationValue) |
<E extends Augmentation<Input>> |
augmentation(Class<E> augmentationType) |
Input |
build() |
InputBuilder |
removeAugmentation(Class<? extends Augmentation<Input>> augmentationType) |
public InputBuilder()
public InputBuilder(Input base)
public <E extends Augmentation<Input>> E augmentation(Class<E> augmentationType)
public InputBuilder addAugmentation(Class<? extends Augmentation<Input>> augmentationType, Augmentation<Input> augmentationValue)
public InputBuilder removeAugmentation(Class<? extends Augmentation<Input>> augmentationType)
public Input build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Input,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.