public static class OccDemandSignalValue.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OccDemandSignalValue |
build() |
OccDemandSignalValue.Builder |
comments(String comments)
Space provided for users to make comments regarding the value.
|
OccDemandSignalValue.Builder |
copy(OccDemandSignalValue model) |
OccDemandSignalValue.Builder |
timeExpected(Date timeExpected)
The date of the Demand Signal Value.
|
OccDemandSignalValue.Builder |
value(Float value)
The Demand Signal Value.
|
public OccDemandSignalValue.Builder timeExpected(Date timeExpected)
The date of the Demand Signal Value.
timeExpected
- the value to setpublic OccDemandSignalValue.Builder value(Float value)
The Demand Signal Value.
value
- the value to setpublic OccDemandSignalValue.Builder comments(String comments)
Space provided for users to make comments regarding the value.
comments
- the value to setpublic OccDemandSignalValue build()
public OccDemandSignalValue.Builder copy(OccDemandSignalValue model)
Copyright © 2016–2024. All rights reserved.