public class IgpTopologyAttributesBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<IgpTopologyAttributes>
IgpTopologyAttributesBuilder
instances.IgpTopologyAttributesBuilder
Constructor and Description |
---|
IgpTopologyAttributesBuilder() |
IgpTopologyAttributesBuilder(IgpTopologyAttributes base) |
Modifier and Type | Method and Description |
---|---|
IgpTopologyAttributesBuilder |
addAugmentation(Class<? extends Augmentation<IgpTopologyAttributes>> augmentationType,
Augmentation<IgpTopologyAttributes> augmentationValue) |
<E extends Augmentation<IgpTopologyAttributes>> |
augmentation(Class<E> augmentationType) |
IgpTopologyAttributes |
build() |
List<Class<? extends FlagIdentity>> |
getFlag() |
String |
getName() |
IgpTopologyAttributesBuilder |
removeAugmentation(Class<? extends Augmentation<IgpTopologyAttributes>> augmentationType) |
IgpTopologyAttributesBuilder |
setFlag(List<Class<? extends FlagIdentity>> values) |
IgpTopologyAttributesBuilder |
setName(String value) |
public IgpTopologyAttributesBuilder()
public IgpTopologyAttributesBuilder(IgpTopologyAttributes base)
public List<Class<? extends FlagIdentity>> getFlag()
public String getName()
public <E extends Augmentation<IgpTopologyAttributes>> E augmentation(Class<E> augmentationType)
public IgpTopologyAttributesBuilder setFlag(List<Class<? extends FlagIdentity>> values)
public IgpTopologyAttributesBuilder setName(String value)
public IgpTopologyAttributesBuilder addAugmentation(Class<? extends Augmentation<IgpTopologyAttributes>> augmentationType, Augmentation<IgpTopologyAttributes> augmentationValue)
public IgpTopologyAttributesBuilder removeAugmentation(Class<? extends Augmentation<IgpTopologyAttributes>> augmentationType)
public IgpTopologyAttributes build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<IgpTopologyAttributes,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.