| Package | Description |
|---|---|
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
DataPoint |
DataPoint.clone() |
DataPoint |
DataPoint.set(String fieldName,
Object value) |
DataPoint |
DataPoint.setComputationTimeMillis(Long computationTimeMillis)
DO NOT USE THIS FIELD.
|
DataPoint |
DataPoint.setDataTypeName(String dataTypeName)
The data type defining the format of the values in this data point.
|
DataPoint |
DataPoint.setEndTimeNanos(Long endTimeNanos)
The end time of the interval represented by this data point, in nanoseconds since epoch.
|
DataPoint |
DataPoint.setModifiedTimeMillis(Long modifiedTimeMillis)
Indicates the last time this data point was modified.
|
DataPoint |
DataPoint.setOriginDataSourceId(String originDataSourceId)
If the data point is contained in a dataset for a derived data source, this field will be
populated with the data source stream ID that created the data point originally.
|
DataPoint |
DataPoint.setRawTimestampNanos(Long rawTimestampNanos)
The raw timestamp from the original SensorEvent.
|
DataPoint |
DataPoint.setStartTimeNanos(Long startTimeNanos)
The start time of the interval represented by this data point, in nanoseconds since epoch.
|
DataPoint |
DataPoint.setValue(List<Value> value)
Values of each data type field for the data point.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataPoint> |
ListDataPointChangesResponse.getDeletedDataPoint()
Deleted data points for the user.
|
List<DataPoint> |
ListDataPointChangesResponse.getInsertedDataPoint()
Inserted data points for the user.
|
List<DataPoint> |
Dataset.getPoint()
A partial list of data points contained in the dataset, ordered by endTimeNanos.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataPointChangesResponse |
ListDataPointChangesResponse.setDeletedDataPoint(List<DataPoint> deletedDataPoint)
Deleted data points for the user.
|
ListDataPointChangesResponse |
ListDataPointChangesResponse.setInsertedDataPoint(List<DataPoint> insertedDataPoint)
Inserted data points for the user.
|
Dataset |
Dataset.setPoint(List<DataPoint> point)
A partial list of data points contained in the dataset, ordered by endTimeNanos.
|
Copyright © 2011–2022 Google. All rights reserved.