|
analytics
v3
|
#include <profile_ref.h>
Public Member Functions | |
| ProfileRef (const Json::Value &storage) | |
| ProfileRef (Json::Value *storage) | |
| virtual | ~ProfileRef () |
| 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) |
| bool | has_web_property_id () const |
| void | clear_web_property_id () |
| const StringPiece | get_web_property_id () const |
| void | set_web_property_id (const StringPiece &value) |
Static Public Member Functions | |
| static ProfileRef * | New () |
JSON template for a linked view (profile).
|
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 'accountId' attribute.
|
inline |
Clears the 'href' attribute.
|
inline |
Clears the 'id' attribute.
|
inline |
Clears the 'internalWebPropertyId' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'name' attribute.
|
inline |
Clears the 'webPropertyId' attribute.
|
inline |
Get the value of the 'accountId' attribute.
|
inline |
Get the value of the 'href' attribute.
|
inline |
Get the value of the 'id' attribute.
|
inline |
Get the value of the 'internalWebPropertyId' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'name' attribute.
|
inline |
Get the value of the 'webPropertyId' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'accountId' attribute was set.
accountId' attribute was set.
|
inline |
Determine if the 'href' attribute was set.
href' attribute was set.
|
inline |
Determine if the 'id' attribute was set.
id' attribute was set.
|
inline |
Determine if the 'internalWebPropertyId' attribute was set.
internalWebPropertyId' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'name' attribute was set.
name' attribute was set.
|
inline |
Determine if the 'webPropertyId' attribute was set.
webPropertyId' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'accountId' attribute.
Account ID to which this view (profile) belongs.
| [in] | value | The new value. |
|
inline |
Change the 'href' attribute.
Link for this view (profile).
| [in] | value | The new value. |
|
inline |
|
inline |
Change the 'internalWebPropertyId' attribute.
Internal ID for the web property to which this view (profile) belongs.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
Analytics view (profile) reference.
| [in] | value | The new value. |
|
inline |
Change the 'name' attribute.
Name of this view (profile).
| [in] | value | The new value. |
|
inline |
Change the 'webPropertyId' attribute.
Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
| [in] | value | The new value. |