public abstract static class ParamsType.Builder<B extends ParamsType.Builder<B>> extends Object
| Constructor and Description |
|---|
ParamsType.Builder() |
| Modifier and Type | Method and Description |
|---|---|
ParamsType |
build() |
B |
description(String description) |
B |
fromParamsType(ParamsType in) |
B |
name(String name) |
protected B |
self() |
protected B self()
public B description(String description)
ParamsType.getDescription()public B name(String name)
ParamsType.getName()public ParamsType build()
public B fromParamsType(ParamsType in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.