public class OspfLinkAttributesBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<OspfLinkAttributes>
OspfLinkAttributesBuilder
instances.OspfLinkAttributesBuilder
Constructor and Description |
---|
OspfLinkAttributesBuilder() |
OspfLinkAttributesBuilder(OspfLinkAttributes base) |
Modifier and Type | Method and Description |
---|---|
OspfLinkAttributesBuilder |
addAugmentation(Class<? extends Augmentation<OspfLinkAttributes>> augmentationType,
Augmentation<OspfLinkAttributes> augmentationValue) |
<E extends Augmentation<OspfLinkAttributes>> |
augmentation(Class<E> augmentationType) |
OspfLinkAttributes |
build() |
Short |
getMultiTopologyId() |
Ted |
getTed() |
OspfLinkAttributesBuilder |
removeAugmentation(Class<? extends Augmentation<OspfLinkAttributes>> augmentationType) |
OspfLinkAttributesBuilder |
setMultiTopologyId(Short value) |
OspfLinkAttributesBuilder |
setTed(Ted value) |
public OspfLinkAttributesBuilder()
public OspfLinkAttributesBuilder(OspfLinkAttributes base)
public Short getMultiTopologyId()
public Ted getTed()
public <E extends Augmentation<OspfLinkAttributes>> E augmentation(Class<E> augmentationType)
public OspfLinkAttributesBuilder setMultiTopologyId(Short value)
public OspfLinkAttributesBuilder setTed(Ted value)
public OspfLinkAttributesBuilder addAugmentation(Class<? extends Augmentation<OspfLinkAttributes>> augmentationType, Augmentation<OspfLinkAttributes> augmentationValue)
public OspfLinkAttributesBuilder removeAugmentation(Class<? extends Augmentation<OspfLinkAttributes>> augmentationType)
public OspfLinkAttributes build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<OspfLinkAttributes,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.