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