public class GeneralizedLabelBuilder extends Object
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> augmentation) |
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 |
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> augmentation)
public GeneralizedLabel build()
Copyright © 2014. All rights reserved.