public static class ConfigParameterValue.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConfigParameterValue |
build() |
ConfigParameterValue.Builder |
copy(ConfigParameterValue model) |
ConfigParameterValue.Builder |
intValue(Integer intValue)
An integer value of the parameter.
|
ConfigParameterValue.Builder |
objectValue(Object objectValue)
An object value of the parameter.
|
ConfigParameterValue.Builder |
parameterValue(String parameterValue)
Reference to the parameter by its key.
|
ConfigParameterValue.Builder |
refValue(Object refValue)
The root object reference value.
|
ConfigParameterValue.Builder |
rootObjectValue(Object rootObjectValue)
The root object value, used in custom parameters.
|
ConfigParameterValue.Builder |
stringValue(String stringValue)
A string value of the parameter.
|
public ConfigParameterValue.Builder stringValue(String stringValue)
A string value of the parameter.
stringValue
- the value to setpublic ConfigParameterValue.Builder intValue(Integer intValue)
An integer value of the parameter.
intValue
- the value to setpublic ConfigParameterValue.Builder objectValue(Object objectValue)
An object value of the parameter.
objectValue
- the value to setpublic ConfigParameterValue.Builder refValue(Object refValue)
The root object reference value.
refValue
- the value to setpublic ConfigParameterValue.Builder parameterValue(String parameterValue)
Reference to the parameter by its key.
parameterValue
- the value to setpublic ConfigParameterValue.Builder rootObjectValue(Object rootObjectValue)
The root object value, used in custom parameters.
rootObjectValue
- the value to setpublic ConfigParameterValue build()
public ConfigParameterValue.Builder copy(ConfigParameterValue model)
Copyright © 2016–2024. All rights reserved.