public class RestconfBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Restconf>
RestconfBuilder
instances.RestconfBuilder
Constructor and Description |
---|
RestconfBuilder() |
RestconfBuilder(Restconf base) |
Modifier and Type | Method and Description |
---|---|
RestconfBuilder |
addAugmentation(Class<? extends Augmentation<Restconf>> augmentationType,
Augmentation<Restconf> augmentationValue) |
<E extends Augmentation<Restconf>> |
augmentation(Class<E> augmentationType) |
Restconf |
build() |
Config |
getConfig() |
Modules |
getModules() |
Operational |
getOperational() |
Operations |
getOperations() |
Streams |
getStreams() |
Restconf.Version |
getVersion() |
RestconfBuilder |
removeAugmentation(Class<? extends Augmentation<Restconf>> augmentationType) |
RestconfBuilder |
setConfig(Config value) |
RestconfBuilder |
setModules(Modules value) |
RestconfBuilder |
setOperational(Operational value) |
RestconfBuilder |
setOperations(Operations value) |
RestconfBuilder |
setStreams(Streams value) |
RestconfBuilder |
setVersion(Restconf.Version value) |
public RestconfBuilder()
public RestconfBuilder(Restconf base)
public Config getConfig()
public Modules getModules()
public Operational getOperational()
public Operations getOperations()
public Streams getStreams()
public Restconf.Version getVersion()
public <E extends Augmentation<Restconf>> E augmentation(Class<E> augmentationType)
public RestconfBuilder setConfig(Config value)
public RestconfBuilder setModules(Modules value)
public RestconfBuilder setOperational(Operational value)
public RestconfBuilder setOperations(Operations value)
public RestconfBuilder setStreams(Streams value)
public RestconfBuilder setVersion(Restconf.Version value)
public RestconfBuilder addAugmentation(Class<? extends Augmentation<Restconf>> augmentationType, Augmentation<Restconf> augmentationValue)
public RestconfBuilder removeAugmentation(Class<? extends Augmentation<Restconf>> augmentationType)
public Restconf build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Restconf,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.