public class IgpLinkEventBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<IgpLinkEvent>
IgpLinkEventBuilder
instances.IgpLinkEventBuilder
Constructor and Description |
---|
IgpLinkEventBuilder() |
IgpLinkEventBuilder(IgpLinkAttributes arg) |
IgpLinkEventBuilder(IgpLinkEvent base) |
IgpLinkEventBuilder(L3UnicastIgpTopologyType arg) |
IgpLinkEventBuilder(LinkAttributes arg) |
public IgpLinkEventBuilder()
public IgpLinkEventBuilder(IgpLinkAttributes arg)
public IgpLinkEventBuilder(L3UnicastIgpTopologyType arg)
public IgpLinkEventBuilder(LinkAttributes arg)
public IgpLinkEventBuilder(IgpLinkEvent base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic Destination getDestination()
public IgpEventType getIgpEventType()
public IgpLinkAttributes getIgpLinkAttributes()
public L3UnicastIgpTopology getL3UnicastIgpTopology()
public LinkId getLinkId()
public Source getSource()
public List<SupportingLink> getSupportingLink()
public TopologyId getTopologyRef()
public <E extends Augmentation<IgpLinkEvent>> E augmentation(Class<E> augmentationType)
public IgpLinkEventBuilder setDestination(Destination value)
public IgpLinkEventBuilder setIgpEventType(IgpEventType value)
public IgpLinkEventBuilder setIgpLinkAttributes(IgpLinkAttributes value)
public IgpLinkEventBuilder setL3UnicastIgpTopology(L3UnicastIgpTopology value)
public IgpLinkEventBuilder setLinkId(LinkId value)
public IgpLinkEventBuilder setSource(Source value)
public IgpLinkEventBuilder setSupportingLink(List<SupportingLink> values)
public IgpLinkEventBuilder setTopologyRef(TopologyId value)
public IgpLinkEventBuilder addAugmentation(Class<? extends Augmentation<IgpLinkEvent>> augmentationType, Augmentation<IgpLinkEvent> augmentationValue)
public IgpLinkEventBuilder removeAugmentation(Class<? extends Augmentation<IgpLinkEvent>> augmentationType)
public IgpLinkEvent build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<IgpLinkEvent,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.