fitness  v1
Public Member Functions | Static Public Member Functions | List of all members
google_fitness_api::BucketByTimePeriod Class Reference

#include <bucket_by_time_period.h>

Inheritance diagram for google_fitness_api::BucketByTimePeriod:

Public Member Functions

 BucketByTimePeriod (const Json::Value &storage)
 
 BucketByTimePeriod (Json::Value *storage)
 
virtual ~BucketByTimePeriod ()
 
const StringPiece GetTypeName () const
 
bool has_time_zone_id () const
 
void clear_time_zone_id ()
 
const StringPiece get_time_zone_id () const
 
void set_time_zone_id (const StringPiece &value)
 
bool has_type () const
 
void clear_type ()
 
const StringPiece get_type () const
 
void set_type (const StringPiece &value)
 
bool has_value () const
 
void clear_value ()
 
int32 get_value () const
 
void set_value (int32 value)
 

Static Public Member Functions

static BucketByTimePeriodNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BucketByTimePeriod() [1/2]

google_fitness_api::BucketByTimePeriod::BucketByTimePeriod ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~BucketByTimePeriod()

google_fitness_api::BucketByTimePeriod::~BucketByTimePeriod ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_fitness_api::BucketByTimePeriod

◆ 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()

BucketByTimePeriod * google_fitness_api::BucketByTimePeriod::New ( )
static

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
[in]valueThe new value.

◆ set_type()

void google_fitness_api::BucketByTimePeriod::set_type ( const StringPiece &  value)
inline

Change the 'type' attribute.

Parameters
[in]valueThe new value.

◆ set_value()

void google_fitness_api::BucketByTimePeriod::set_value ( int32  value)
inline

Change the 'value' attribute.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: