| Package | Description |
|---|---|
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
AggregateBucket |
AggregateBucket.clone() |
AggregateBucket |
AggregateBucket.set(String fieldName,
Object value) |
AggregateBucket |
AggregateBucket.setActivity(Integer activity)
Available for Bucket.Type.ACTIVITY_TYPE, Bucket.Type.ACTIVITY_SEGMENT
|
AggregateBucket |
AggregateBucket.setDataset(List<Dataset> dataset)
There will be one dataset per AggregateBy in the request.
|
AggregateBucket |
AggregateBucket.setEndTimeMillis(Long endTimeMillis)
The end time for the aggregated data, in milliseconds since epoch, inclusive.
|
AggregateBucket |
AggregateBucket.setSession(Session session)
Available for Bucket.Type.SESSION
|
AggregateBucket |
AggregateBucket.setStartTimeMillis(Long startTimeMillis)
The start time for the aggregated data, in milliseconds since epoch, inclusive.
|
AggregateBucket |
AggregateBucket.setType(String type)
The type of a bucket signifies how the data aggregation is performed in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregateBucket> |
AggregateResponse.getBucket()
A list of buckets containing the aggregated data.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateResponse |
AggregateResponse.setBucket(List<AggregateBucket> bucket)
A list of buckets containing the aggregated data.
|
Copyright © 2011–2022 Google. All rights reserved.