public class UnnumberedBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Unnumbered>
Unnumbered instances.Unnumbered| Constructor and Description |
|---|
UnnumberedBuilder() |
UnnumberedBuilder(Unnumbered base) |
UnnumberedBuilder(UnnumberedSubobject arg) |
| Modifier and Type | Method and Description |
|---|---|
UnnumberedBuilder |
addAugmentation(Class<? extends Augmentation<Unnumbered>> augmentationType,
Augmentation<Unnumbered> augmentation) |
Unnumbered |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
<E extends Augmentation<Unnumbered>> |
getAugmentation(Class<E> augmentationType) |
Long |
getInterfaceId() |
Long |
getRouterId() |
UnnumberedBuilder |
removeAugmentation(Class<? extends Augmentation<Unnumbered>> augmentationType) |
UnnumberedBuilder |
setInterfaceId(Long value) |
UnnumberedBuilder |
setRouterId(Long value) |
public UnnumberedBuilder()
public UnnumberedBuilder(UnnumberedSubobject arg)
public UnnumberedBuilder(Unnumbered base)
public void fieldsFrom(DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Long getInterfaceId()
public Long getRouterId()
public <E extends Augmentation<Unnumbered>> E getAugmentation(Class<E> augmentationType)
public UnnumberedBuilder setInterfaceId(Long value)
public UnnumberedBuilder setRouterId(Long value)
public UnnumberedBuilder addAugmentation(Class<? extends Augmentation<Unnumbered>> augmentationType, Augmentation<Unnumbered> augmentation)
public UnnumberedBuilder removeAugmentation(Class<? extends Augmentation<Unnumbered>> augmentationType)
public Unnumbered build()
build in interface org.opendaylight.yangtools.concepts.Builder<Unnumbered>Copyright © 2016 OpenDaylight. All rights reserved.