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