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