public class SrcAddressBuilder extends Object
| Constructor and Description |
|---|
SrcAddressBuilder() |
SrcAddressBuilder(LispSimpleAddress arg) |
| Modifier and Type | Method and Description |
|---|---|
SrcAddressBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcAddress>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SrcAddress> augmentation) |
SrcAddress |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcAddress>> |
getAugmentation(Class<E> augmentationType) |
PrimitiveAddress |
getPrimitiveAddress() |
SrcAddressBuilder |
setPrimitiveAddress(PrimitiveAddress value) |
public SrcAddressBuilder()
public SrcAddressBuilder(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<SrcAddress>> E getAugmentation(Class<E> augmentationType)
public SrcAddressBuilder setPrimitiveAddress(PrimitiveAddress value)
public SrcAddressBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrcAddress>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SrcAddress> augmentation)
public SrcAddress build()
Copyright © 2014. All Rights Reserved.