Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance.MappingBuilder
Packages that use MappingBuilder
Package
Description
-
Uses of MappingBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.mappingservice.rev150906.db.instance that return MappingBuilderModifier and TypeMethodDescriptionMappingBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Mapping> augmentation) Add an augmentation to this builder's product.MappingBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Mapping>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toMapping.getEidUri()
to the specified value.MappingBuilder.setMappingRecord
(MappingRecord value) Set the property corresponding toMappingRecordContainer.getMappingRecord()
to the specified value.MappingBuilder.setOrigin
(MappingOrigin value) Set the property corresponding toMapping.getOrigin()
to the specified value.Set the property corresponding toMapping.getSiteId()
to the specified value.MappingBuilder.setXtrIdMapping
(Map<XtrIdMappingKey, XtrIdMapping> values) Set the property corresponding toMapping.getXtrIdMapping()
to the specified value.MappingBuilder.withKey
(MappingKey key) Set the key value corresponding toMapping.key()
to the specified value.