analytics
v3
|
#include <realtime_data.h>
Public Member Functions | |
RealtimeDataProfileInfo (const Json::Value &storage) | |
RealtimeDataProfileInfo (Json::Value *storage) | |
virtual | ~RealtimeDataProfileInfo () |
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_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_profile_id () const |
void | clear_profile_id () |
const StringPiece | get_profile_id () const |
void | set_profile_id (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_table_id () const |
void | clear_table_id () |
const StringPiece | get_table_id () const |
void | set_table_id (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 RealtimeDataProfileInfo * | New () |
Information for the view (profile), for which the real time data was requested.
|
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 'internalWebPropertyId
' attribute.
|
inline |
Clears the 'profileId
' attribute.
|
inline |
Clears the 'profileName
' attribute.
|
inline |
Clears the 'tableId
' attribute.
|
inline |
Clears the 'webPropertyId
' attribute.
|
inline |
Get the value of the 'accountId
' attribute.
|
inline |
Get the value of the 'internalWebPropertyId
' attribute.
|
inline |
Get the value of the 'profileId
' attribute.
|
inline |
Get the value of the 'profileName
' attribute.
|
inline |
Get the value of the 'tableId
' attribute.
|
inline |
Get the value of the 'webPropertyId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::RealtimeDataProfileInfo
|
inline |
Determine if the 'accountId
' attribute was set.
accountId
' attribute was set.
|
inline |
Determine if the 'internalWebPropertyId
' attribute was set.
internalWebPropertyId
' attribute was set.
|
inline |
Determine if the 'profileId
' attribute was set.
profileId
' attribute was set.
|
inline |
Determine if the 'profileName
' attribute was set.
profileName
' attribute was set.
|
inline |
Determine if the 'tableId
' attribute was set.
tableId
' 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 'internalWebPropertyId
' attribute.
Internal ID for the web property to which this view (profile) belongs.
[in] | value | The new value. |
|
inline |
|
inline |
|
inline |
Change the 'tableId
' attribute.
Table ID for view (profile).
[in] | value | The new value. |
|
inline |
Change the 'webPropertyId
' attribute.
Web Property ID to which this view (profile) belongs.
[in] | value | The new value. |