Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Variable |
build() |
Variable.Builder |
copy(Variable model) |
Variable.Builder |
name(String name)
Name of the variable.
|
Variable.Builder |
value(String value)
The value corresponding to the variable name.
|
public Variable.Builder name(String name)
Name of the variable.
name
- the value to setpublic Variable.Builder value(String value)
The value corresponding to the variable name.
value
- the value to setpublic Variable build()
public Variable.Builder copy(Variable model)
Copyright © 2016–2024. All rights reserved.