public class Type1LabelBuilder extends Object
Type1Label instances.Type1Label| Constructor and Description |
|---|
Type1LabelBuilder() |
Type1LabelBuilder(Type1Label arg) |
Type1LabelBuilder(Type1Label base) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_type1Label_range() |
Type1LabelBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Type1Label>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Type1Label> augmentation) |
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 |
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 static List<com.google.common.collect.Range<BigInteger>> _type1Label_range()
public Type1LabelBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Type1Label>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Type1Label> augmentation)
public Type1Label build()
Copyright © 2014. All rights reserved.