public class IsisTopologyAttributesBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<IsisTopologyAttributes>
IsisTopologyAttributesBuilder
instances.IsisTopologyAttributesBuilder
Constructor and Description |
---|
IsisTopologyAttributesBuilder() |
IsisTopologyAttributesBuilder(IsisTopologyAttributes base) |
Modifier and Type | Method and Description |
---|---|
IsisTopologyAttributesBuilder |
addAugmentation(Class<? extends Augmentation<IsisTopologyAttributes>> augmentationType,
Augmentation<IsisTopologyAttributes> augmentationValue) |
<E extends Augmentation<IsisTopologyAttributes>> |
augmentation(Class<E> augmentationType) |
IsisTopologyAttributes |
build() |
IsoNetId |
getNet() |
IsisTopologyAttributesBuilder |
removeAugmentation(Class<? extends Augmentation<IsisTopologyAttributes>> augmentationType) |
IsisTopologyAttributesBuilder |
setNet(IsoNetId value) |
public IsisTopologyAttributesBuilder()
public IsisTopologyAttributesBuilder(IsisTopologyAttributes base)
public IsoNetId getNet()
public <E extends Augmentation<IsisTopologyAttributes>> E augmentation(Class<E> augmentationType)
public IsisTopologyAttributesBuilder setNet(IsoNetId value)
public IsisTopologyAttributesBuilder addAugmentation(Class<? extends Augmentation<IsisTopologyAttributes>> augmentationType, Augmentation<IsisTopologyAttributes> augmentationValue)
public IsisTopologyAttributesBuilder removeAugmentation(Class<? extends Augmentation<IsisTopologyAttributes>> augmentationType)
public IsisTopologyAttributes build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<IsisTopologyAttributes,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.