public class LocationBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Location>
LocationBuilder
instances.LocationBuilder
Constructor and Description |
---|
LocationBuilder() |
LocationBuilder(Location base) |
Modifier and Type | Method and Description |
---|---|
LocationBuilder |
addAugmentation(Class<? extends Augmentation<Location>> augmentationType,
Augmentation<Location> augmentationValue) |
<E extends Augmentation<Location>> |
augmentation(Class<E> augmentationType) |
Location |
build() |
Uri |
getLocation() |
LocationBuilder |
removeAugmentation(Class<? extends Augmentation<Location>> augmentationType) |
LocationBuilder |
setLocation(Uri value) |
public LocationBuilder()
public LocationBuilder(Location base)
public Uri getLocation()
public <E extends Augmentation<Location>> E augmentation(Class<E> augmentationType)
public LocationBuilder setLocation(Uri value)
public LocationBuilder addAugmentation(Class<? extends Augmentation<Location>> augmentationType, Augmentation<Location> augmentationValue)
public LocationBuilder removeAugmentation(Class<? extends Augmentation<Location>> augmentationType)
public Location build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Location,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.