P
- Product of builderpublic interface Builder<P> extends Mutable
Modifier and Type | Method and Description |
---|---|
P |
build()
Returns instance of the product.
|
P build()
IllegalStateException
- if the builder's state is not sufficiently initializedCopyright © 2019 OpenDaylight. All rights reserved.