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