analytics  v3
Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::McfData::McfDataColumnHeaders Class Reference

#include <mcf_data.h>

Inheritance diagram for google_analytics_api::McfData::McfDataColumnHeaders:

Public Member Functions

 McfDataColumnHeaders (const Json::Value &storage)
 
 McfDataColumnHeaders (Json::Value *storage)
 
virtual ~McfDataColumnHeaders ()
 
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 McfDataColumnHeadersNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ McfDataColumnHeaders() [1/2]

google_analytics_api::McfData::McfDataColumnHeaders::McfDataColumnHeaders ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ McfDataColumnHeaders() [2/2]

google_analytics_api::McfData::McfDataColumnHeaders::McfDataColumnHeaders ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~McfDataColumnHeaders()

google_analytics_api::McfData::McfDataColumnHeaders::~McfDataColumnHeaders ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_column_type()

void google_analytics_api::McfData::McfDataColumnHeaders::clear_column_type ( )
inline

Clears the 'columnType' attribute.

◆ clear_data_type()

void google_analytics_api::McfData::McfDataColumnHeaders::clear_data_type ( )
inline

Clears the 'dataType' attribute.

◆ clear_name()

void google_analytics_api::McfData::McfDataColumnHeaders::clear_name ( )
inline

Clears the 'name' attribute.

◆ get_column_type()

const StringPiece google_analytics_api::McfData::McfDataColumnHeaders::get_column_type ( ) const
inline

Get the value of the 'columnType' attribute.

◆ get_data_type()

const StringPiece google_analytics_api::McfData::McfDataColumnHeaders::get_data_type ( ) const
inline

Get the value of the 'dataType' attribute.

◆ get_name()

const StringPiece google_analytics_api::McfData::McfDataColumnHeaders::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ GetTypeName()

const StringPiece google_analytics_api::McfData::McfDataColumnHeaders::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::McfDataColumnHeaders

◆ has_column_type()

bool google_analytics_api::McfData::McfDataColumnHeaders::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::McfData::McfDataColumnHeaders::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::McfData::McfDataColumnHeaders::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ New()

McfData::McfDataColumnHeaders * google_analytics_api::McfData::McfDataColumnHeaders::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_column_type()

void google_analytics_api::McfData::McfDataColumnHeaders::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::McfData::McfDataColumnHeaders::set_data_type ( const StringPiece &  value)
inline

Change the 'dataType' attribute.

Data type. Dimension and metric values data types such as INTEGER, DOUBLE, CURRENCY, MCF_SEQUENCE etc.

Parameters
[in]valueThe new value.

◆ set_name()

void google_analytics_api::McfData::McfDataColumnHeaders::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: