analytics  v3
Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::GaData::GaDataColumnHeaders Class Reference

#include <ga_data.h>

Inheritance diagram for google_analytics_api::GaData::GaDataColumnHeaders:

Public Member Functions

 GaDataColumnHeaders (const Json::Value &storage)
 
 GaDataColumnHeaders (Json::Value *storage)
 
virtual ~GaDataColumnHeaders ()
 
const StringPiece GetTypeName () const
 
bool has_column_type () const
 
void clear_column_type ()
 
const StringPiece get_column_type () const
 
void set_column_type (const StringPiece &value)
 
bool has_data_type () const
 
void clear_data_type ()
 
const StringPiece get_data_type () const
 
void set_data_type (const StringPiece &value)
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 

Static Public Member Functions

static GaDataColumnHeadersNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ GaDataColumnHeaders() [1/2]

google_analytics_api::GaData::GaDataColumnHeaders::GaDataColumnHeaders ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ GaDataColumnHeaders() [2/2]

google_analytics_api::GaData::GaDataColumnHeaders::GaDataColumnHeaders ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~GaDataColumnHeaders()

google_analytics_api::GaData::GaDataColumnHeaders::~GaDataColumnHeaders ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_column_type()

void google_analytics_api::GaData::GaDataColumnHeaders::clear_column_type ( )
inline

Clears the 'columnType' attribute.

◆ clear_data_type()

void google_analytics_api::GaData::GaDataColumnHeaders::clear_data_type ( )
inline

Clears the 'dataType' attribute.

◆ clear_name()

void google_analytics_api::GaData::GaDataColumnHeaders::clear_name ( )
inline

Clears the 'name' attribute.

◆ get_column_type()

const StringPiece google_analytics_api::GaData::GaDataColumnHeaders::get_column_type ( ) const
inline

Get the value of the 'columnType' attribute.

◆ get_data_type()

const StringPiece google_analytics_api::GaData::GaDataColumnHeaders::get_data_type ( ) const
inline

Get the value of the 'dataType' attribute.

◆ get_name()

const StringPiece google_analytics_api::GaData::GaDataColumnHeaders::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ GetTypeName()

const StringPiece google_analytics_api::GaData::GaDataColumnHeaders::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::GaDataColumnHeaders

◆ has_column_type()

bool google_analytics_api::GaData::GaDataColumnHeaders::has_column_type ( ) const
inline

Determine if the 'columnType' attribute was set.

Returns
true if the 'columnType' attribute was set.

◆ has_data_type()

bool google_analytics_api::GaData::GaDataColumnHeaders::has_data_type ( ) const
inline

Determine if the 'dataType' attribute was set.

Returns
true if the 'dataType' attribute was set.

◆ has_name()

bool google_analytics_api::GaData::GaDataColumnHeaders::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ New()

GaData::GaDataColumnHeaders * google_analytics_api::GaData::GaDataColumnHeaders::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_column_type()

void google_analytics_api::GaData::GaDataColumnHeaders::set_column_type ( const StringPiece &  value)
inline

Change the 'columnType' attribute.

Column Type. Either DIMENSION or METRIC.

Parameters
[in]valueThe new value.

◆ set_data_type()

void google_analytics_api::GaData::GaDataColumnHeaders::set_data_type ( const StringPiece &  value)
inline

Change the 'dataType' attribute.

Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.

Parameters
[in]valueThe new value.

◆ set_name()

void google_analytics_api::GaData::GaDataColumnHeaders::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

Column name.

Parameters
[in]valueThe new value.

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