Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static RandomDecimalNumberFormatEntry.Builder |
RandomDecimalNumberFormatEntry.builder()
Create a new builder.
|
RandomDecimalNumberFormatEntry.Builder |
RandomDecimalNumberFormatEntry.Builder.copy(RandomDecimalNumberFormatEntry model) |
RandomDecimalNumberFormatEntry.Builder |
RandomDecimalNumberFormatEntry.Builder.description(String description) |
RandomDecimalNumberFormatEntry.Builder |
RandomDecimalNumberFormatEntry.Builder.endValue(Double endValue)
The upper bound of the range within which random decimal numbers should be generated.
|
RandomDecimalNumberFormatEntry.Builder |
RandomDecimalNumberFormatEntry.Builder.startValue(Double startValue)
The lower bound of the range within which random decimal numbers should be generated.
|
RandomDecimalNumberFormatEntry.Builder |
RandomDecimalNumberFormatEntry.toBuilder() |
Copyright © 2016–2024. All rights reserved.