public class LispAddressContainerBuilder extends Object
| Constructor and Description |
|---|
LispAddressContainerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
LispAddressContainerBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LispAddressContainer>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<LispAddressContainer> augmentation) |
LispAddressContainer |
build() |
Address |
getAddress() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<LispAddressContainer>> |
getAugmentation(Class<E> augmentationType) |
LispAddressContainerBuilder |
setAddress(Address value) |
public Address getAddress()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<LispAddressContainer>> E getAugmentation(Class<E> augmentationType)
public LispAddressContainerBuilder setAddress(Address value)
public LispAddressContainerBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LispAddressContainer>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<LispAddressContainer> augmentation)
public LispAddressContainer build()
Copyright © 2014. All Rights Reserved.