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