public class UnnumberedBuilder extends Object
Unnumbered instances.Unnumbered| Constructor and Description |
|---|
UnnumberedBuilder() |
UnnumberedBuilder(Unnumbered base) |
UnnumberedBuilder(UnnumberedSubobject arg) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_interfaceId_range() |
static List<com.google.common.collect.Range<BigInteger>> |
_routerId_range() |
UnnumberedBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered> augmentation) |
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 |
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 static List<com.google.common.collect.Range<BigInteger>> _interfaceId_range()
public UnnumberedBuilder setRouterId(Long value)
public static List<com.google.common.collect.Range<BigInteger>> _routerId_range()
public UnnumberedBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered> augmentation)
public Unnumbered build()
Copyright © 2014. All rights reserved.