| Constructor and Description |
|---|
StatefulBuilder() |
StatefulBuilder(Stateful base) |
| Modifier and Type | Method and Description |
|---|---|
StatefulBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Stateful>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Stateful> augmentation) |
Stateful |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Stateful>> |
getAugmentation(Class<E> augmentationType) |
Boolean |
isIncludeDbVersion() |
Boolean |
isLspUpdateCapability() |
StatefulBuilder |
setIncludeDbVersion(Boolean value) |
StatefulBuilder |
setLspUpdateCapability(Boolean value) |
public StatefulBuilder()
public StatefulBuilder(Stateful base)
public Boolean isIncludeDbVersion()
public Boolean isLspUpdateCapability()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Stateful>> E getAugmentation(Class<E> augmentationType)
public StatefulBuilder setIncludeDbVersion(Boolean value)
public StatefulBuilder setLspUpdateCapability(Boolean value)
public StatefulBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Stateful>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Stateful> augmentation)
public Stateful build()
Copyright © 2014. All rights reserved.