|
analytics
v3
|
#include <entity_user_link.h>
Public Member Functions | |
| EntityUserLinkEntity (const Json::Value &storage) | |
| EntityUserLinkEntity (Json::Value *storage) | |
| virtual | ~EntityUserLinkEntity () |
| const StringPiece | GetTypeName () const |
| bool | has_account_ref () const |
| void | clear_account_ref () |
| const AccountRef | get_account_ref () const |
| AccountRef | mutable_accountRef () |
| bool | has_profile_ref () const |
| void | clear_profile_ref () |
| const ProfileRef | get_profile_ref () const |
| ProfileRef | mutable_profileRef () |
| bool | has_web_property_ref () const |
| void | clear_web_property_ref () |
| const WebPropertyRef | get_web_property_ref () const |
| WebPropertyRef | mutable_webPropertyRef () |
Static Public Member Functions | |
| static EntityUserLinkEntity * | New () |
Entity for this link. It can be an account, a web property, or a 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 'accountRef' attribute.
|
inline |
Clears the 'profileRef' attribute.
|
inline |
Clears the 'webPropertyRef' attribute.
| const AccountRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::get_account_ref | ( | ) | const |
Get a reference to the value of the 'accountRef' attribute.
| const ProfileRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::get_profile_ref | ( | ) | const |
Get a reference to the value of the 'profileRef' attribute.
| const WebPropertyRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::get_web_property_ref | ( | ) | const |
Get a reference to the value of the 'webPropertyRef' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::EntityUserLinkEntity
|
inline |
Determine if the 'accountRef' attribute was set.
accountRef' attribute was set.
|
inline |
Determine if the 'profileRef' attribute was set.
profileRef' attribute was set.
|
inline |
Determine if the 'webPropertyRef' attribute was set.
webPropertyRef' attribute was set. | AccountRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::mutable_accountRef | ( | ) |
Gets a reference to a mutable value of the 'accountRef' property.
Account for this link.
| ProfileRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::mutable_profileRef | ( | ) |
Gets a reference to a mutable value of the 'profileRef' property.
View (Profile) for this link.
| WebPropertyRef google_analytics_api::EntityUserLink::EntityUserLinkEntity::mutable_webPropertyRef | ( | ) |
Gets a reference to a mutable value of the 'webPropertyRef' property.
Web property for this link.
|
static |
Creates a new default instance.