public abstract static class ParamsEntity.Builder extends MetadataEntity.Builder
Modifier | Constructor and Description |
---|---|
protected |
Builder()
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
protected ParamsEntity.Builder |
copyFrom(ParamsEntity entity)
Copies the values from an entity.
|
Optional<Params> |
getParams()
Gets the params.
|
ParamsEntity.Builder |
setParams(Optional<Params> params)
Sets the Params of this Entity.
|
addText, copyFrom, getAttributes, getTexts, setAttributes
build, copyFrom, getName, getThisLogger, getUUID, setName, setName, setUUID
public final Optional<Params> getParams()
@Nonnull public final ParamsEntity.Builder setParams(@Nonnull Optional<Params> params)
params
- The optional Params.@Nonnull protected ParamsEntity.Builder copyFrom(@Nonnull ParamsEntity entity)
entity
- The entity.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.