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