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 org.opendaylight.yangtools.yang.binding.Augmentation<GeneralizedLabel>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<GeneralizedLabel> augmentationValue) |
GeneralizedLabel |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<GeneralizedLabel>> |
getAugmentation(Class<E> augmentationType) |
byte[] |
getGeneralizedLabel() |
GeneralizedLabelBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GeneralizedLabel>> augmentationType) |
GeneralizedLabelBuilder |
setGeneralizedLabel(byte[] value) |
public GeneralizedLabelBuilder()
public GeneralizedLabelBuilder(GeneralizedLabel arg)
public GeneralizedLabelBuilder(GeneralizedLabel base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic byte[] getGeneralizedLabel()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<GeneralizedLabel>> E getAugmentation(Class<E> augmentationType)
public GeneralizedLabelBuilder setGeneralizedLabel(byte[] value)
public GeneralizedLabelBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GeneralizedLabel>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<GeneralizedLabel> augmentationValue)
public GeneralizedLabelBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GeneralizedLabel>> augmentationType)
public GeneralizedLabel build()
build in interface org.opendaylight.yangtools.concepts.Builder<GeneralizedLabel>Copyright © 2018 OpenDaylight. All rights reserved.