#include <aggregate_response.h>
◆ AggregateResponse() [1/2]
| google_fitness_api::AggregateResponse::AggregateResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ AggregateResponse() [2/2]
| google_fitness_api::AggregateResponse::AggregateResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~AggregateResponse()
| google_fitness_api::AggregateResponse::~AggregateResponse |
( |
| ) |
|
|
virtual |
◆ clear_bucket()
| void google_fitness_api::AggregateResponse::clear_bucket |
( |
| ) |
|
|
inline |
Clears the 'bucket' attribute.
◆ get_bucket()
| const client::JsonCppArray<AggregateBucket > google_fitness_api::AggregateResponse::get_bucket |
( |
| ) |
const |
Get a reference to the value of the 'bucket' attribute.
◆ GetTypeName()
| const StringPiece google_fitness_api::AggregateResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_bucket()
| bool google_fitness_api::AggregateResponse::has_bucket |
( |
| ) |
const |
|
inline |
Determine if the 'bucket' attribute was set.
- Returns
- true if the '
bucket' attribute was set.
◆ mutable_bucket()
| client::JsonCppArray<AggregateBucket > google_fitness_api::AggregateResponse::mutable_bucket |
( |
| ) |
|
Gets a reference to a mutable value of the 'bucket' property.
A list of buckets containing the aggregated data.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: