| Package | Description |
|---|---|
| com.google.api.services.businessprofileperformance.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DatedValue |
DatedValue.clone() |
DatedValue |
DatedValue.set(String fieldName,
Object value) |
DatedValue |
DatedValue.setDate(Date date)
The date that the datapoint corresponds to.
|
DatedValue |
DatedValue.setValue(Long value)
The value of the datapoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatedValue> |
TimeSeries.getDatedValues()
List of datapoints in the timeseries, where each datapoint is a date-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeries |
TimeSeries.setDatedValues(List<DatedValue> datedValues)
List of datapoints in the timeseries, where each datapoint is a date-value pair.
|
Copyright © 2011–2025 Google. All rights reserved.