public static class RandomDecimalNumberFormatEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RandomDecimalNumberFormatEntry |
build() |
RandomDecimalNumberFormatEntry.Builder |
copy(RandomDecimalNumberFormatEntry model) |
RandomDecimalNumberFormatEntry.Builder |
description(String description) |
RandomDecimalNumberFormatEntry.Builder |
endValue(Double endValue)
The upper bound of the range within which random decimal numbers should be generated.
|
RandomDecimalNumberFormatEntry.Builder |
startValue(Double startValue)
The lower bound of the range within which random decimal numbers should be generated.
|
public RandomDecimalNumberFormatEntry.Builder description(String description)
public RandomDecimalNumberFormatEntry.Builder startValue(Double startValue)
The lower bound of the range within which random decimal numbers should be generated. It must be less than or equal to the end value. It supports input of double type.
startValue
- the value to setpublic RandomDecimalNumberFormatEntry.Builder endValue(Double endValue)
The upper bound of the range within which random decimal numbers should be generated. It must be greater than or equal to the start value. It supports input of double type.
endValue
- the value to setpublic RandomDecimalNumberFormatEntry build()
public RandomDecimalNumberFormatEntry.Builder copy(RandomDecimalNumberFormatEntry model)
Copyright © 2016–2024. All rights reserved.