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

#include <account_tree_request.h>

Inheritance diagram for google_analytics_api::AccountTreeRequest:

Public Member Functions

 AccountTreeRequest (const Json::Value &storage)
 
 AccountTreeRequest (Json::Value *storage)
 
virtual ~AccountTreeRequest ()
 
const StringPiece GetTypeName () const
 
bool has_account_name () const
 
void clear_account_name ()
 
const StringPiece get_account_name () const
 
void set_account_name (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_profile_name () const
 
void clear_profile_name ()
 
const StringPiece get_profile_name () const
 
void set_profile_name (const StringPiece &value)
 
bool has_timezone () const
 
void clear_timezone ()
 
const StringPiece get_timezone () const
 
void set_timezone (const StringPiece &value)
 
bool has_webproperty_name () const
 
void clear_webproperty_name ()
 
const StringPiece get_webproperty_name () const
 
void set_webproperty_name (const StringPiece &value)
 
bool has_website_url () const
 
void clear_website_url ()
 
const StringPiece get_website_url () const
 
void set_website_url (const StringPiece &value)
 

Static Public Member Functions

static AccountTreeRequestNew ()
 

Detailed Description

JSON template for an Analytics account tree requests. The account tree request is used in the provisioning api to create an account, property, and view (profile). It contains the basic information required to make these fields.

Constructor & Destructor Documentation

◆ AccountTreeRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ AccountTreeRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~AccountTreeRequest()

google_analytics_api::AccountTreeRequest::~AccountTreeRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_account_name()

void google_analytics_api::AccountTreeRequest::clear_account_name ( )
inline

Clears the 'accountName' attribute.

◆ clear_kind()

void google_analytics_api::AccountTreeRequest::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_profile_name()

void google_analytics_api::AccountTreeRequest::clear_profile_name ( )
inline

Clears the 'profileName' attribute.

◆ clear_timezone()

void google_analytics_api::AccountTreeRequest::clear_timezone ( )
inline

Clears the 'timezone' attribute.

◆ clear_webproperty_name()

void google_analytics_api::AccountTreeRequest::clear_webproperty_name ( )
inline

Clears the 'webpropertyName' attribute.

◆ clear_website_url()

void google_analytics_api::AccountTreeRequest::clear_website_url ( )
inline

Clears the 'websiteUrl' attribute.

◆ get_account_name()

const StringPiece google_analytics_api::AccountTreeRequest::get_account_name ( ) const
inline

Get the value of the 'accountName' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_profile_name()

const StringPiece google_analytics_api::AccountTreeRequest::get_profile_name ( ) const
inline

Get the value of the 'profileName' attribute.

◆ get_timezone()

const StringPiece google_analytics_api::AccountTreeRequest::get_timezone ( ) const
inline

Get the value of the 'timezone' attribute.

◆ get_webproperty_name()

const StringPiece google_analytics_api::AccountTreeRequest::get_webproperty_name ( ) const
inline

Get the value of the 'webpropertyName' attribute.

◆ get_website_url()

const StringPiece google_analytics_api::AccountTreeRequest::get_website_url ( ) const
inline

Get the value of the 'websiteUrl' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_analytics_api::AccountTreeRequest

◆ has_account_name()

bool google_analytics_api::AccountTreeRequest::has_account_name ( ) const
inline

Determine if the 'accountName' attribute was set.

Returns
true if the 'accountName' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_profile_name()

bool google_analytics_api::AccountTreeRequest::has_profile_name ( ) const
inline

Determine if the 'profileName' attribute was set.

Returns
true if the 'profileName' attribute was set.

◆ has_timezone()

bool google_analytics_api::AccountTreeRequest::has_timezone ( ) const
inline

Determine if the 'timezone' attribute was set.

Returns
true if the 'timezone' attribute was set.

◆ has_webproperty_name()

bool google_analytics_api::AccountTreeRequest::has_webproperty_name ( ) const
inline

Determine if the 'webpropertyName' attribute was set.

Returns
true if the 'webpropertyName' attribute was set.

◆ has_website_url()

bool google_analytics_api::AccountTreeRequest::has_website_url ( ) const
inline

Determine if the 'websiteUrl' attribute was set.

Returns
true if the 'websiteUrl' attribute was set.

◆ New()

AccountTreeRequest * google_analytics_api::AccountTreeRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_account_name()

void google_analytics_api::AccountTreeRequest::set_account_name ( const StringPiece &  value)
inline

Change the 'accountName' attribute.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

Resource type for account ticket.

Parameters
[in]valueThe new value.

◆ set_profile_name()

void google_analytics_api::AccountTreeRequest::set_profile_name ( const StringPiece &  value)
inline

Change the 'profileName' attribute.

Parameters
[in]valueThe new value.

◆ set_timezone()

void google_analytics_api::AccountTreeRequest::set_timezone ( const StringPiece &  value)
inline

Change the 'timezone' attribute.

Parameters
[in]valueThe new value.

◆ set_webproperty_name()

void google_analytics_api::AccountTreeRequest::set_webproperty_name ( const StringPiece &  value)
inline

Change the 'webpropertyName' attribute.

Parameters
[in]valueThe new value.

◆ set_website_url()

void google_analytics_api::AccountTreeRequest::set_website_url ( const StringPiece &  value)
inline

Change the 'websiteUrl' attribute.

Parameters
[in]valueThe new value.

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