| Package | Description |
|---|---|
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.clone() |
Value |
Value.set(String fieldName,
Object value) |
Value |
Value.setFpVal(Double fpVal)
Floating point value.
|
Value |
Value.setIntVal(Integer intVal)
Integer value.
|
Value |
Value.setMapVal(List<ValueMapValEntry> mapVal)
Map value.
|
Value |
Value.setStringVal(String stringVal)
String value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
DataPoint.getValue()
Values of each data type field for the data point.
|
| Modifier and Type | Method and Description |
|---|---|
DataPoint |
DataPoint.setValue(List<Value> value)
Values of each data type field for the data point.
|
Copyright © 2011–2021 Google. All rights reserved.