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