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