public class IgpLinkEvent1Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<IgpLinkEvent1>
IgpLinkEvent1Builder
instances.IgpLinkEvent1Builder
Constructor and Description |
---|
IgpLinkEvent1Builder() |
IgpLinkEvent1Builder(IgpLinkEvent1 base) |
IgpLinkEvent1Builder(OspfLinkAttributes arg) |
IgpLinkEvent1Builder(OspfTopologyType arg) |
Modifier and Type | Method and Description |
---|---|
IgpLinkEvent1 |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
Ospf |
getOspf() |
OspfLinkAttributes |
getOspfLinkAttributes() |
IgpLinkEvent1Builder |
setOspf(Ospf value) |
IgpLinkEvent1Builder |
setOspfLinkAttributes(OspfLinkAttributes value) |
public IgpLinkEvent1Builder()
public IgpLinkEvent1Builder(OspfTopologyType arg)
public IgpLinkEvent1Builder(OspfLinkAttributes arg)
public IgpLinkEvent1Builder(IgpLinkEvent1 base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic Ospf getOspf()
public OspfLinkAttributes getOspfLinkAttributes()
public IgpLinkEvent1Builder setOspf(Ospf value)
public IgpLinkEvent1Builder setOspfLinkAttributes(OspfLinkAttributes value)
public IgpLinkEvent1 build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<IgpLinkEvent1,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.