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