| Modifier and Type | Method and Description |
|---|---|
List<State> |
ObjBuilder.getState() |
List<State> |
Obj.getState() |
| Modifier and Type | Method and Description |
|---|---|
ObjBuilder |
ObjBuilder.setState(List<State> value) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Augmentation<State>> |
StateBuilder.getAugmentation(Class<E> augmentationType) |
| Modifier and Type | Method and Description |
|---|---|
State |
StateBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
StateBuilder |
StateBuilder.addAugmentation(Class<? extends Augmentation<State>> augmentationType,
Augmentation<State> augmentation) |
StateBuilder |
StateBuilder.addAugmentation(Class<? extends Augmentation<State>> augmentationType,
Augmentation<State> augmentation) |
StateBuilder |
StateBuilder.removeAugmentation(Class<? extends Augmentation<State>> augmentationType) |
| Constructor and Description |
|---|
StateBuilder(State base) |
Copyright © 2016 OpenDaylight. All rights reserved.