public class LWMBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<LWM>
LWM instances.LWM| Constructor and Description |
|---|
LWMBuilder() |
LWMBuilder(LWM base) |
| Modifier and Type | Method and Description |
|---|---|
LWMBuilder |
addAugmentation(Class<? extends Augmentation<LWM>> augmentationType,
Augmentation<LWM> augmentation) |
LWM |
build() |
<E extends Augmentation<LWM>> |
getAugmentation(Class<E> augmentationType) |
List<Lowwatermark> |
getLowwatermark() |
LWMBuilder |
removeAugmentation(Class<? extends Augmentation<LWM>> augmentationType) |
LWMBuilder |
setLowwatermark(List<Lowwatermark> value) |
public LWMBuilder()
public LWMBuilder(LWM base)
public List<Lowwatermark> getLowwatermark()
public <E extends Augmentation<LWM>> E getAugmentation(Class<E> augmentationType)
public LWMBuilder setLowwatermark(List<Lowwatermark> value)
public LWMBuilder addAugmentation(Class<? extends Augmentation<LWM>> augmentationType, Augmentation<LWM> augmentation)
public LWMBuilder removeAugmentation(Class<? extends Augmentation<LWM>> augmentationType)
Copyright © 2016 OpenDaylight. All rights reserved.