public class MappingDatabaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<MappingDatabase>
MappingDatabase instances.MappingDatabase| Constructor and Description |
|---|
MappingDatabaseBuilder() |
MappingDatabaseBuilder(MappingDatabase base) |
| Modifier and Type | Method and Description |
|---|---|
MappingDatabaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingDatabase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<MappingDatabase> augmentation) |
MappingDatabase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingDatabase>> |
getAugmentation(Class<E> augmentationType) |
LastUpdated |
getLastUpdated() |
List<VirtualNetworkIdentifier> |
getVirtualNetworkIdentifier() |
MappingDatabaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingDatabase>> augmentationType) |
MappingDatabaseBuilder |
setLastUpdated(LastUpdated value) |
MappingDatabaseBuilder |
setVirtualNetworkIdentifier(List<VirtualNetworkIdentifier> value) |
public MappingDatabaseBuilder()
public MappingDatabaseBuilder(MappingDatabase base)
public LastUpdated getLastUpdated()
public List<VirtualNetworkIdentifier> getVirtualNetworkIdentifier()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingDatabase>> E getAugmentation(Class<E> augmentationType)
public MappingDatabaseBuilder setLastUpdated(LastUpdated value)
public MappingDatabaseBuilder setVirtualNetworkIdentifier(List<VirtualNetworkIdentifier> value)
public MappingDatabaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingDatabase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<MappingDatabase> augmentation)
public MappingDatabaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingDatabase>> augmentationType)
public MappingDatabase build()
build in interface org.opendaylight.yangtools.concepts.Builder<MappingDatabase>Copyright © 2018 OpenDaylight. All rights reserved.