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