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

#include <web_property_ref.h>

Inheritance diagram for google_analytics_api::WebPropertyRef:

Public Member Functions

 WebPropertyRef (const Json::Value &storage)
 
 WebPropertyRef (Json::Value *storage)
 
virtual ~WebPropertyRef ()
 
const StringPiece GetTypeName () const
 
bool has_account_id () const
 
void clear_account_id ()
 
const StringPiece get_account_id () const
 
void set_account_id (const StringPiece &value)
 
bool has_href () const
 
void clear_href ()
 
const StringPiece get_href () const
 
void set_href (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_internal_web_property_id () const
 
void clear_internal_web_property_id ()
 
const StringPiece get_internal_web_property_id () const
 
void set_internal_web_property_id (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (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 WebPropertyRefNew ()
 

Detailed Description

JSON template for a web property reference.

Constructor & Destructor Documentation

◆ WebPropertyRef() [1/2]

google_analytics_api::WebPropertyRef::WebPropertyRef ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ WebPropertyRef() [2/2]

google_analytics_api::WebPropertyRef::WebPropertyRef ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~WebPropertyRef()

google_analytics_api::WebPropertyRef::~WebPropertyRef ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_account_id()

void google_analytics_api::WebPropertyRef::clear_account_id ( )
inline

Clears the 'accountId' attribute.

◆ clear_href()

void google_analytics_api::WebPropertyRef::clear_href ( )
inline

Clears the 'href' attribute.

◆ clear_id()

void google_analytics_api::WebPropertyRef::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_internal_web_property_id()

void google_analytics_api::WebPropertyRef::clear_internal_web_property_id ( )
inline

Clears the 'internalWebPropertyId' attribute.

◆ clear_kind()

void google_analytics_api::WebPropertyRef::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_name()

void google_analytics_api::WebPropertyRef::clear_name ( )
inline

Clears the 'name' attribute.

◆ get_account_id()

const StringPiece google_analytics_api::WebPropertyRef::get_account_id ( ) const
inline

Get the value of the 'accountId' attribute.

◆ get_href()

const StringPiece google_analytics_api::WebPropertyRef::get_href ( ) const
inline

Get the value of the 'href' attribute.

◆ get_id()

const StringPiece google_analytics_api::WebPropertyRef::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_internal_web_property_id()

const StringPiece google_analytics_api::WebPropertyRef::get_internal_web_property_id ( ) const
inline

Get the value of the 'internalWebPropertyId' attribute.

◆ get_kind()

const StringPiece google_analytics_api::WebPropertyRef::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_name()

const StringPiece google_analytics_api::WebPropertyRef::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ GetTypeName()

const StringPiece google_analytics_api::WebPropertyRef::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::WebPropertyRef

◆ has_account_id()

bool google_analytics_api::WebPropertyRef::has_account_id ( ) const
inline

Determine if the 'accountId' attribute was set.

Returns
true if the 'accountId' attribute was set.

◆ has_href()

bool google_analytics_api::WebPropertyRef::has_href ( ) const
inline

Determine if the 'href' attribute was set.

Returns
true if the 'href' attribute was set.

◆ has_id()

bool google_analytics_api::WebPropertyRef::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_internal_web_property_id()

bool google_analytics_api::WebPropertyRef::has_internal_web_property_id ( ) const
inline

Determine if the 'internalWebPropertyId' attribute was set.

Returns
true if the 'internalWebPropertyId' attribute was set.

◆ has_kind()

bool google_analytics_api::WebPropertyRef::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_name()

bool google_analytics_api::WebPropertyRef::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ New()

WebPropertyRef * google_analytics_api::WebPropertyRef::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_account_id()

void google_analytics_api::WebPropertyRef::set_account_id ( const StringPiece &  value)
inline

Change the 'accountId' attribute.

Account ID to which this web property belongs.

Parameters
[in]valueThe new value.

◆ set_href()

void google_analytics_api::WebPropertyRef::set_href ( const StringPiece &  value)
inline

Change the 'href' attribute.

Link for this web property.

Parameters
[in]valueThe new value.

◆ set_id()

void google_analytics_api::WebPropertyRef::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

Web property ID of the form UA-XXXXX-YY.

Parameters
[in]valueThe new value.

◆ set_internal_web_property_id()

void google_analytics_api::WebPropertyRef::set_internal_web_property_id ( const StringPiece &  value)
inline

Change the 'internalWebPropertyId' attribute.

Internal ID for this web property.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_analytics_api::WebPropertyRef::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Analytics web property reference.

Parameters
[in]valueThe new value.

◆ set_name()

void google_analytics_api::WebPropertyRef::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

Name of this web property.

Parameters
[in]valueThe new value.

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