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