public class GeneralizedLabelBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<GeneralizedLabel>
GeneralizedLabel instances.GeneralizedLabel| Constructor and Description |
|---|
GeneralizedLabelBuilder() |
GeneralizedLabelBuilder(GeneralizedLabel arg) |
GeneralizedLabelBuilder(GeneralizedLabel base) |
| Modifier and Type | Method and Description |
|---|---|
GeneralizedLabelBuilder |
addAugmentation(Class<? extends Augmentation<GeneralizedLabel>> augmentationType,
Augmentation<GeneralizedLabel> augmentation) |
GeneralizedLabel |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
<E extends Augmentation<GeneralizedLabel>> |
getAugmentation(Class<E> augmentationType) |
byte[] |
getGeneralizedLabel() |
GeneralizedLabelBuilder |
removeAugmentation(Class<? extends Augmentation<GeneralizedLabel>> augmentationType) |
GeneralizedLabelBuilder |
setGeneralizedLabel(byte[] value) |
public GeneralizedLabelBuilder()
public GeneralizedLabelBuilder(GeneralizedLabel arg)
public GeneralizedLabelBuilder(GeneralizedLabel base)
public void fieldsFrom(DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic byte[] getGeneralizedLabel()
public <E extends Augmentation<GeneralizedLabel>> E getAugmentation(Class<E> augmentationType)
public GeneralizedLabelBuilder setGeneralizedLabel(byte[] value)
public GeneralizedLabelBuilder addAugmentation(Class<? extends Augmentation<GeneralizedLabel>> augmentationType, Augmentation<GeneralizedLabel> augmentation)
public GeneralizedLabelBuilder removeAugmentation(Class<? extends Augmentation<GeneralizedLabel>> augmentationType)
public GeneralizedLabel build()
build in interface org.opendaylight.yangtools.concepts.Builder<GeneralizedLabel>Copyright © 2016 OpenDaylight. All rights reserved.