public class ControlPlaneProtocolBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ControlPlaneProtocol>
ControlPlaneProtocolBuilder
instances.ControlPlaneProtocolBuilder
Constructor and Description |
---|
ControlPlaneProtocolBuilder() |
ControlPlaneProtocolBuilder(ControlPlaneProtocol base) |
Modifier and Type | Method and Description |
---|---|
ControlPlaneProtocolBuilder |
addAugmentation(Class<? extends Augmentation<ControlPlaneProtocol>> augmentationType,
Augmentation<ControlPlaneProtocol> augmentationValue) |
<E extends Augmentation<ControlPlaneProtocol>> |
augmentation(Class<E> augmentationType) |
ControlPlaneProtocol |
build() |
String |
getDescription() |
String |
getName() |
StaticRoutes |
getStaticRoutes() |
Class<? extends ControlPlaneProtocol> |
getType() |
ControlPlaneProtocolKey |
key() |
ControlPlaneProtocolBuilder |
removeAugmentation(Class<? extends Augmentation<ControlPlaneProtocol>> augmentationType) |
ControlPlaneProtocolBuilder |
setDescription(String value) |
ControlPlaneProtocolBuilder |
setName(String value) |
ControlPlaneProtocolBuilder |
setStaticRoutes(StaticRoutes value) |
ControlPlaneProtocolBuilder |
setType(Class<? extends ControlPlaneProtocol> value) |
ControlPlaneProtocolBuilder |
withKey(ControlPlaneProtocolKey key) |
public ControlPlaneProtocolBuilder()
public ControlPlaneProtocolBuilder(ControlPlaneProtocol base)
public ControlPlaneProtocolKey key()
public String getDescription()
public String getName()
public StaticRoutes getStaticRoutes()
public Class<? extends ControlPlaneProtocol> getType()
public <E extends Augmentation<ControlPlaneProtocol>> E augmentation(Class<E> augmentationType)
public ControlPlaneProtocolBuilder withKey(ControlPlaneProtocolKey key)
public ControlPlaneProtocolBuilder setDescription(String value)
public ControlPlaneProtocolBuilder setName(String value)
public ControlPlaneProtocolBuilder setStaticRoutes(StaticRoutes value)
public ControlPlaneProtocolBuilder setType(Class<? extends ControlPlaneProtocol> value)
public ControlPlaneProtocolBuilder addAugmentation(Class<? extends Augmentation<ControlPlaneProtocol>> augmentationType, Augmentation<ControlPlaneProtocol> augmentationValue)
public ControlPlaneProtocolBuilder removeAugmentation(Class<? extends Augmentation<ControlPlaneProtocol>> augmentationType)
public ControlPlaneProtocol build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<ControlPlaneProtocol,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.