public class PathComputationClientBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<PathComputationClient>
PathComputationClient instances.PathComputationClient| Constructor and Description |
|---|
PathComputationClientBuilder() |
PathComputationClientBuilder(PathComputationClient base) |
| Modifier and Type | Method and Description |
|---|---|
PathComputationClientBuilder |
addAugmentation(Class<? extends Augmentation<PathComputationClient>> augmentationType,
Augmentation<PathComputationClient> augmentation) |
PathComputationClient |
build() |
<E extends Augmentation<PathComputationClient>> |
getAugmentation(Class<E> augmentationType) |
Boolean |
isControlling() |
PathComputationClientBuilder |
removeAugmentation(Class<? extends Augmentation<PathComputationClient>> augmentationType) |
PathComputationClientBuilder |
setControlling(Boolean value) |
public PathComputationClientBuilder()
public PathComputationClientBuilder(PathComputationClient base)
public Boolean isControlling()
public <E extends Augmentation<PathComputationClient>> E getAugmentation(Class<E> augmentationType)
public PathComputationClientBuilder setControlling(Boolean value)
public PathComputationClientBuilder addAugmentation(Class<? extends Augmentation<PathComputationClient>> augmentationType, Augmentation<PathComputationClient> augmentation)
public PathComputationClientBuilder removeAugmentation(Class<? extends Augmentation<PathComputationClient>> augmentationType)
public PathComputationClient build()
build in interface org.opendaylight.yangtools.concepts.Builder<PathComputationClient>Copyright © 2017 OpenDaylight. All rights reserved.