Class DataPoint.Builder
- java.lang.Object
- 
- com.oracle.bmc.stackmonitoring.model.DataPoint.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DataPointbuild()DataPoint.Buildercopy(DataPoint model)DataPoint.Buildertimestamp(Date timestamp)timestamp of when the metric was collectedDataPoint.Buildervalue(Double value)value for the metric data point
 
- 
- 
- 
Method Detail- 
timestamppublic DataPoint.Builder timestamp(Date timestamp) timestamp of when the metric was collected- Parameters:
- timestamp- the value to set
- Returns:
- this builder
 
 - 
valuepublic DataPoint.Builder value(Double value) value for the metric data point- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic DataPoint build() 
 - 
copypublic DataPoint.Builder copy(DataPoint model) 
 
- 
 
-