#include <bucket_by_time_period.h>
◆ BucketByTimePeriod() [1/2]
| google_fitness_api::BucketByTimePeriod::BucketByTimePeriod |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ BucketByTimePeriod() [2/2]
| google_fitness_api::BucketByTimePeriod::BucketByTimePeriod |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~BucketByTimePeriod()
| google_fitness_api::BucketByTimePeriod::~BucketByTimePeriod |
( |
| ) |
|
|
virtual |
◆ clear_time_zone_id()
| void google_fitness_api::BucketByTimePeriod::clear_time_zone_id |
( |
| ) |
|
|
inline |
Clears the 'timeZoneId' attribute.
◆ clear_type()
| void google_fitness_api::BucketByTimePeriod::clear_type |
( |
| ) |
|
|
inline |
Clears the 'type' attribute.
◆ clear_value()
| void google_fitness_api::BucketByTimePeriod::clear_value |
( |
| ) |
|
|
inline |
Clears the 'value' attribute.
◆ get_time_zone_id()
| const StringPiece google_fitness_api::BucketByTimePeriod::get_time_zone_id |
( |
| ) |
const |
|
inline |
Get the value of the 'timeZoneId' attribute.
◆ get_type()
| const StringPiece google_fitness_api::BucketByTimePeriod::get_type |
( |
| ) |
const |
|
inline |
Get the value of the 'type' attribute.
◆ get_value()
| int32 google_fitness_api::BucketByTimePeriod::get_value |
( |
| ) |
const |
|
inline |
Get the value of the 'value' attribute.
◆ GetTypeName()
| const StringPiece google_fitness_api::BucketByTimePeriod::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_time_zone_id()
| bool google_fitness_api::BucketByTimePeriod::has_time_zone_id |
( |
| ) |
const |
|
inline |
Determine if the 'timeZoneId' attribute was set.
- Returns
- true if the '
timeZoneId' attribute was set.
◆ has_type()
| bool google_fitness_api::BucketByTimePeriod::has_type |
( |
| ) |
const |
|
inline |
Determine if the 'type' attribute was set.
- Returns
- true if the '
type' attribute was set.
◆ has_value()
| bool google_fitness_api::BucketByTimePeriod::has_value |
( |
| ) |
const |
|
inline |
Determine if the 'value' attribute was set.
- Returns
- true if the '
value' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_time_zone_id()
| void google_fitness_api::BucketByTimePeriod::set_time_zone_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'timeZoneId' attribute.
org.joda.timezone.DateTimeZone.
- Parameters
-
◆ set_type()
| void google_fitness_api::BucketByTimePeriod::set_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'type' attribute.
- Parameters
-
◆ set_value()
| void google_fitness_api::BucketByTimePeriod::set_value |
( |
int32 |
value | ) |
|
|
inline |
Change the 'value' attribute.
- Parameters
-
The documentation for this class was generated from the following files: