public class LabelTypeBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<LabelType>
LabelType instances.LabelType| Constructor and Description |
|---|
LabelTypeBuilder() |
LabelTypeBuilder(LabelType base) |
| Modifier and Type | Method and Description |
|---|---|
LabelTypeBuilder |
addAugmentation(Class<? extends Augmentation<LabelType>> augmentationType,
Augmentation<LabelType> augmentation) |
LabelType |
build() |
<E extends Augmentation<LabelType>> |
getAugmentation(Class<E> augmentationType) |
LabelTypeBuilder |
removeAugmentation(Class<? extends Augmentation<LabelType>> augmentationType) |
public LabelTypeBuilder()
public LabelTypeBuilder(LabelType base)
public <E extends Augmentation<LabelType>> E getAugmentation(Class<E> augmentationType)
public LabelTypeBuilder addAugmentation(Class<? extends Augmentation<LabelType>> augmentationType, Augmentation<LabelType> augmentation)
public LabelTypeBuilder removeAugmentation(Class<? extends Augmentation<LabelType>> augmentationType)
Copyright © 2016 OpenDaylight. All rights reserved.