public class IgpPrefixEventBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<IgpPrefixEvent>
IgpPrefixEventBuilder
instances.IgpPrefixEventBuilder
Constructor and Description |
---|
IgpPrefixEventBuilder() |
IgpPrefixEventBuilder(IgpPrefixEvent base) |
IgpPrefixEventBuilder(L3UnicastIgpTopologyType arg) |
Modifier and Type | Method and Description |
---|---|
IgpPrefixEventBuilder |
addAugmentation(Class<? extends Augmentation<IgpPrefixEvent>> augmentationType,
Augmentation<IgpPrefixEvent> augmentationValue) |
<E extends Augmentation<IgpPrefixEvent>> |
augmentation(Class<E> augmentationType) |
IgpPrefixEvent |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
IgpEventType |
getIgpEventType() |
L3UnicastIgpTopology |
getL3UnicastIgpTopology() |
NodeId |
getNodeRef() |
Prefix |
getPrefix() |
TopologyId |
getTopologyRef() |
IgpPrefixEventBuilder |
removeAugmentation(Class<? extends Augmentation<IgpPrefixEvent>> augmentationType) |
IgpPrefixEventBuilder |
setIgpEventType(IgpEventType value) |
IgpPrefixEventBuilder |
setL3UnicastIgpTopology(L3UnicastIgpTopology value) |
IgpPrefixEventBuilder |
setNodeRef(NodeId value) |
IgpPrefixEventBuilder |
setPrefix(Prefix value) |
IgpPrefixEventBuilder |
setTopologyRef(TopologyId value) |
public IgpPrefixEventBuilder()
public IgpPrefixEventBuilder(L3UnicastIgpTopologyType arg)
public IgpPrefixEventBuilder(IgpPrefixEvent base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic IgpEventType getIgpEventType()
public L3UnicastIgpTopology getL3UnicastIgpTopology()
public NodeId getNodeRef()
public Prefix getPrefix()
public TopologyId getTopologyRef()
public <E extends Augmentation<IgpPrefixEvent>> E augmentation(Class<E> augmentationType)
public IgpPrefixEventBuilder setIgpEventType(IgpEventType value)
public IgpPrefixEventBuilder setL3UnicastIgpTopology(L3UnicastIgpTopology value)
public IgpPrefixEventBuilder setNodeRef(NodeId value)
public IgpPrefixEventBuilder setPrefix(Prefix value)
public IgpPrefixEventBuilder setTopologyRef(TopologyId value)
public IgpPrefixEventBuilder addAugmentation(Class<? extends Augmentation<IgpPrefixEvent>> augmentationType, Augmentation<IgpPrefixEvent> augmentationValue)
public IgpPrefixEventBuilder removeAugmentation(Class<? extends Augmentation<IgpPrefixEvent>> augmentationType)
public IgpPrefixEvent build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<IgpPrefixEvent,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.