public static class OccDemandSignalData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OccDemandSignalData |
build() |
OccDemandSignalData.Builder |
copy(OccDemandSignalData model) |
OccDemandSignalData.Builder |
resourceType(String resourceType)
The name of the resource for the data.
|
OccDemandSignalData.Builder |
units(String units)
The units of the data.
|
OccDemandSignalData.Builder |
values(List<OccDemandSignalValue> values)
The values of forecast.
|
public OccDemandSignalData.Builder resourceType(String resourceType)
The name of the resource for the data.
resourceType
- the value to setpublic OccDemandSignalData.Builder units(String units)
The units of the data.
units
- the value to setpublic OccDemandSignalData.Builder values(List<OccDemandSignalValue> values)
The values of forecast.
values
- the value to setpublic OccDemandSignalData build()
public OccDemandSignalData.Builder copy(OccDemandSignalData model)
Copyright © 2016–2024. All rights reserved.