analytics
v3
|
#include <account_tree_request.h>
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 AccountTreeRequest * | New () |
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.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'accountName
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'profileName
' attribute.
|
inline |
Clears the 'timezone
' attribute.
|
inline |
Clears the 'webpropertyName
' attribute.
|
inline |
Clears the 'websiteUrl
' attribute.
|
inline |
Get the value of the 'accountName
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'profileName
' attribute.
|
inline |
Get the value of the 'timezone
' attribute.
|
inline |
Get the value of the 'webpropertyName
' attribute.
|
inline |
Get the value of the 'websiteUrl
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'accountName
' attribute was set.
accountName
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'profileName
' attribute was set.
profileName
' attribute was set.
|
inline |
Determine if the 'timezone
' attribute was set.
timezone
' attribute was set.
|
inline |
Determine if the 'webpropertyName
' attribute was set.
webpropertyName
' attribute was set.
|
inline |
Determine if the 'websiteUrl
' attribute was set.
websiteUrl
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'accountName
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
Resource type for account ticket.
[in] | value | The new value. |
|
inline |
Change the 'profileName
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'timezone
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'webpropertyName
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'websiteUrl
' attribute.
[in] | value | The new value. |