public class LspDbVersionBuilder extends Object
LspDbVersion instances.LspDbVersion| Constructor and Description |
|---|
LspDbVersionBuilder() |
LspDbVersionBuilder(LspDbVersion base) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_version_range() |
LspDbVersionBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LspDbVersion>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<LspDbVersion> augmentation) |
LspDbVersion |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<LspDbVersion>> |
getAugmentation(Class<E> augmentationType) |
BigInteger |
getVersion() |
LspDbVersionBuilder |
setVersion(BigInteger value) |
public LspDbVersionBuilder()
public LspDbVersionBuilder(LspDbVersion base)
public BigInteger getVersion()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<LspDbVersion>> E getAugmentation(Class<E> augmentationType)
public LspDbVersionBuilder setVersion(BigInteger value)
public static List<com.google.common.collect.Range<BigInteger>> _version_range()
public LspDbVersionBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LspDbVersion>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<LspDbVersion> augmentation)
public LspDbVersion build()
Copyright © 2014. All rights reserved.