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