public static interface DataPoint.Builder extends SdkPojo, CopyableBuilder<DataPoint.Builder,DataPoint>
| Modifier and Type | Method and Description |
|---|---|
DataPoint.Builder |
timestamp(String timestamp)
The timestamp of the specific forecast.
|
DataPoint.Builder |
value(Double value)
The forecast value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataPoint.Builder timestamp(String timestamp)
The timestamp of the specific forecast.
timestamp - The timestamp of the specific forecast.DataPoint.Builder value(Double value)
The forecast value.
value - The forecast value.Copyright © 2022. All rights reserved.