analytics  v3
Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::CustomDimension::CustomDimensionParentLink Class Reference

#include <custom_dimension.h>

Inheritance diagram for google_analytics_api::CustomDimension::CustomDimensionParentLink:

Public Member Functions

 CustomDimensionParentLink (const Json::Value &storage)
 
 CustomDimensionParentLink (Json::Value *storage)
 
virtual ~CustomDimensionParentLink ()
 
const StringPiece GetTypeName () const
 
bool has_href () const
 
void clear_href ()
 
const StringPiece get_href () const
 
void set_href (const StringPiece &value)
 
bool has_type () const
 
void clear_type ()
 
const StringPiece get_type () const
 
void set_type (const StringPiece &value)
 

Static Public Member Functions

static CustomDimensionParentLinkNew ()
 

Detailed Description

Parent link for the custom dimension. Points to the property to which the custom dimension belongs.

Constructor & Destructor Documentation

◆ CustomDimensionParentLink() [1/2]

google_analytics_api::CustomDimension::CustomDimensionParentLink::CustomDimensionParentLink ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ CustomDimensionParentLink() [2/2]

google_analytics_api::CustomDimension::CustomDimensionParentLink::CustomDimensionParentLink ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~CustomDimensionParentLink()

google_analytics_api::CustomDimension::CustomDimensionParentLink::~CustomDimensionParentLink ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_href()

void google_analytics_api::CustomDimension::CustomDimensionParentLink::clear_href ( )
inline

Clears the 'href' attribute.

◆ clear_type()

void google_analytics_api::CustomDimension::CustomDimensionParentLink::clear_type ( )
inline

Clears the 'type' attribute.

◆ get_href()

const StringPiece google_analytics_api::CustomDimension::CustomDimensionParentLink::get_href ( ) const
inline

Get the value of the 'href' attribute.

◆ get_type()

const StringPiece google_analytics_api::CustomDimension::CustomDimensionParentLink::get_type ( ) const
inline

Get the value of the 'type' attribute.

◆ GetTypeName()

const StringPiece google_analytics_api::CustomDimension::CustomDimensionParentLink::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::CustomDimensionParentLink

◆ has_href()

bool google_analytics_api::CustomDimension::CustomDimensionParentLink::has_href ( ) const
inline

Determine if the 'href' attribute was set.

Returns
true if the 'href' attribute was set.

◆ has_type()

bool google_analytics_api::CustomDimension::CustomDimensionParentLink::has_type ( ) const
inline

Determine if the 'type' attribute was set.

Returns
true if the 'type' attribute was set.

◆ New()

CustomDimension::CustomDimensionParentLink * google_analytics_api::CustomDimension::CustomDimensionParentLink::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_href()

void google_analytics_api::CustomDimension::CustomDimensionParentLink::set_href ( const StringPiece &  value)
inline

Change the 'href' attribute.

Link to the property to which the custom dimension belongs.

Parameters
[in]valueThe new value.

◆ set_type()

void google_analytics_api::CustomDimension::CustomDimensionParentLink::set_type ( const StringPiece &  value)
inline

Change the 'type' attribute.

Type of the parent link. Set to "analytics#webproperty".

Parameters
[in]valueThe new value.

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