public static interface DoubleRange.Builder extends SdkPojo, CopyableBuilder<DoubleRange.Builder,DoubleRange>
Modifier and Type | Method and Description |
---|---|
DoubleRange.Builder |
from(Double from)
The minimum value in the range.
|
DoubleRange.Builder |
to(Double to)
The maximum value in the range.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DoubleRange.Builder from(Double from)
The minimum value in the range.
from
- The minimum value in the range.DoubleRange.Builder to(Double to)
The maximum value in the range.
to
- The maximum value in the range.Copyright © 2022. All rights reserved.