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