public class ValueBuilder extends Object
| Constructor and Description |
|---|
ValueBuilder() |
ValueBuilder(LispSimpleAddress arg) |
| Modifier and Type | Method and Description |
|---|---|
ValueBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Value>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Value> augmentation) |
Value |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Value>> |
getAugmentation(Class<E> augmentationType) |
PrimitiveAddress |
getPrimitiveAddress() |
ValueBuilder |
setPrimitiveAddress(PrimitiveAddress value) |
public ValueBuilder()
public ValueBuilder(LispSimpleAddress arg)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic PrimitiveAddress getPrimitiveAddress()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Value>> E getAugmentation(Class<E> augmentationType)
public ValueBuilder setPrimitiveAddress(PrimitiveAddress value)
public ValueBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Value>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Value> augmentation)
public Value build()
Copyright © 2014. All Rights Reserved.