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 org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered> augmentationValue) |
Unnumbered |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered>> |
getAugmentation(Class<E> augmentationType) |
Long |
getInterfaceId() |
Long |
getRouterId() |
UnnumberedBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered>> augmentationType) |
UnnumberedBuilder |
setInterfaceId(Long value) |
UnnumberedBuilder |
setRouterId(Long value) |
public UnnumberedBuilder()
public UnnumberedBuilder(UnnumberedSubobject arg)
public UnnumberedBuilder(Unnumbered base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Long getInterfaceId()
public Long getRouterId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered>> E getAugmentation(Class<E> augmentationType)
public UnnumberedBuilder setInterfaceId(Long value)
public UnnumberedBuilder setRouterId(Long value)
public UnnumberedBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered> augmentationValue)
public UnnumberedBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered>> augmentationType)
public Unnumbered build()
build in interface org.opendaylight.yangtools.concepts.Builder<Unnumbered>Copyright © 2018 OpenDaylight. All rights reserved.