public class IsisNodeAttributesBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<IsisNodeAttributes>
IsisNodeAttributesBuilder
instances.IsisNodeAttributesBuilder
Constructor and Description |
---|
IsisNodeAttributesBuilder() |
IsisNodeAttributesBuilder(IsisNodeAttributes base) |
Modifier and Type | Method and Description |
---|---|
IsisNodeAttributesBuilder |
addAugmentation(Class<? extends Augmentation<IsisNodeAttributes>> augmentationType,
Augmentation<IsisNodeAttributes> augmentationValue) |
<E extends Augmentation<IsisNodeAttributes>> |
augmentation(Class<E> augmentationType) |
IsisNodeAttributes |
build() |
Iso |
getIso() |
List<Short> |
getMultiTopologyId() |
List<IsoNetId> |
getNet() |
RouterType |
getRouterType() |
Ted |
getTed() |
IsisNodeAttributesBuilder |
removeAugmentation(Class<? extends Augmentation<IsisNodeAttributes>> augmentationType) |
IsisNodeAttributesBuilder |
setIso(Iso value) |
IsisNodeAttributesBuilder |
setMultiTopologyId(List<Short> values) |
IsisNodeAttributesBuilder |
setNet(List<IsoNetId> values) |
IsisNodeAttributesBuilder |
setRouterType(RouterType value) |
IsisNodeAttributesBuilder |
setTed(Ted value) |
public IsisNodeAttributesBuilder()
public IsisNodeAttributesBuilder(IsisNodeAttributes base)
public Iso getIso()
public RouterType getRouterType()
public Ted getTed()
public <E extends Augmentation<IsisNodeAttributes>> E augmentation(Class<E> augmentationType)
public IsisNodeAttributesBuilder setIso(Iso value)
public IsisNodeAttributesBuilder setMultiTopologyId(List<Short> values)
public IsisNodeAttributesBuilder setNet(List<IsoNetId> values)
public IsisNodeAttributesBuilder setRouterType(RouterType value)
public IsisNodeAttributesBuilder setTed(Ted value)
public IsisNodeAttributesBuilder addAugmentation(Class<? extends Augmentation<IsisNodeAttributes>> augmentationType, Augmentation<IsisNodeAttributes> augmentationValue)
public IsisNodeAttributesBuilder removeAugmentation(Class<? extends Augmentation<IsisNodeAttributes>> augmentationType)
public IsisNodeAttributes build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<IsisNodeAttributes,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.