Class OccDemandSignalValue.Builder
- java.lang.Object
-
- com.oracle.bmc.demandsignal.model.OccDemandSignalValue.Builder
-
- Enclosing class:
- OccDemandSignalValue
public static class OccDemandSignalValue.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
timeExpected
public OccDemandSignalValue.Builder timeExpected(Date timeExpected)
The date of the Demand Signal Value.- Parameters:
timeExpected
- the value to set- Returns:
- this builder
-
value
public OccDemandSignalValue.Builder value(Float value)
The Demand Signal Value.- Parameters:
value
- the value to set- Returns:
- this builder
-
comments
public OccDemandSignalValue.Builder comments(String comments)
Space provided for users to make comments regarding the value.- Parameters:
comments
- the value to set- Returns:
- this builder
-
build
public OccDemandSignalValue build()
-
copy
public OccDemandSignalValue.Builder copy(OccDemandSignalValue model)
-
-