public static class ApplicationParameter.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplicationParameter |
build() |
ApplicationParameter.Builder |
copy(ApplicationParameter model) |
ApplicationParameter.Builder |
name(String name)
The name of the parameter.
|
ApplicationParameter.Builder |
value(String value)
The value of the parameter.
|
public ApplicationParameter.Builder name(String name)
The name of the parameter. It must be a string of one or more word characters (a-z, A-Z, 0-9, _). Examples: “iterations”, “input_file”
name
- the value to setpublic ApplicationParameter.Builder value(String value)
The value of the parameter. It must be a string of 0 or more characters of any kind. Examples: "" (empty string), “10”, “mydata.xml”, “${x}”
value
- the value to setpublic ApplicationParameter build()
public ApplicationParameter.Builder copy(ApplicationParameter model)
Copyright © 2016–2024. All rights reserved.