#include <web_property_ref.h>
JSON template for a web property reference.
◆ WebPropertyRef() [1/2]
google_analytics_api::WebPropertyRef::WebPropertyRef |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ WebPropertyRef() [2/2]
google_analytics_api::WebPropertyRef::WebPropertyRef |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~WebPropertyRef()
google_analytics_api::WebPropertyRef::~WebPropertyRef |
( |
| ) |
|
|
virtual |
◆ clear_account_id()
void google_analytics_api::WebPropertyRef::clear_account_id |
( |
| ) |
|
|
inline |
Clears the 'accountId
' attribute.
◆ clear_href()
void google_analytics_api::WebPropertyRef::clear_href |
( |
| ) |
|
|
inline |
Clears the 'href
' attribute.
◆ clear_id()
void google_analytics_api::WebPropertyRef::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id
' attribute.
◆ clear_internal_web_property_id()
void google_analytics_api::WebPropertyRef::clear_internal_web_property_id |
( |
| ) |
|
|
inline |
Clears the 'internalWebPropertyId
' attribute.
◆ clear_kind()
void google_analytics_api::WebPropertyRef::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_name()
void google_analytics_api::WebPropertyRef::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ get_account_id()
const StringPiece google_analytics_api::WebPropertyRef::get_account_id |
( |
| ) |
const |
|
inline |
Get the value of the 'accountId
' attribute.
◆ get_href()
const StringPiece google_analytics_api::WebPropertyRef::get_href |
( |
| ) |
const |
|
inline |
Get the value of the 'href
' attribute.
◆ get_id()
const StringPiece google_analytics_api::WebPropertyRef::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id
' attribute.
◆ get_internal_web_property_id()
const StringPiece google_analytics_api::WebPropertyRef::get_internal_web_property_id |
( |
| ) |
const |
|
inline |
Get the value of the 'internalWebPropertyId
' attribute.
◆ get_kind()
const StringPiece google_analytics_api::WebPropertyRef::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_name()
const StringPiece google_analytics_api::WebPropertyRef::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ GetTypeName()
const StringPiece google_analytics_api::WebPropertyRef::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_account_id()
bool google_analytics_api::WebPropertyRef::has_account_id |
( |
| ) |
const |
|
inline |
Determine if the 'accountId
' attribute was set.
- Returns
- true if the '
accountId
' attribute was set.
◆ has_href()
bool google_analytics_api::WebPropertyRef::has_href |
( |
| ) |
const |
|
inline |
Determine if the 'href
' attribute was set.
- Returns
- true if the '
href
' attribute was set.
◆ has_id()
bool google_analytics_api::WebPropertyRef::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id
' attribute was set.
- Returns
- true if the '
id
' attribute was set.
◆ has_internal_web_property_id()
bool google_analytics_api::WebPropertyRef::has_internal_web_property_id |
( |
| ) |
const |
|
inline |
Determine if the 'internalWebPropertyId
' attribute was set.
- Returns
- true if the '
internalWebPropertyId
' attribute was set.
◆ has_kind()
bool google_analytics_api::WebPropertyRef::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_name()
bool google_analytics_api::WebPropertyRef::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_account_id()
void google_analytics_api::WebPropertyRef::set_account_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'accountId
' attribute.
Account ID to which this web property belongs.
- Parameters
-
◆ set_href()
void google_analytics_api::WebPropertyRef::set_href |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'href
' attribute.
Link for this web property.
- Parameters
-
◆ set_id()
void google_analytics_api::WebPropertyRef::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id
' attribute.
Web property ID of the form UA-XXXXX-YY.
- Parameters
-
◆ set_internal_web_property_id()
void google_analytics_api::WebPropertyRef::set_internal_web_property_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'internalWebPropertyId
' attribute.
Internal ID for this web property.
- Parameters
-
◆ set_kind()
void google_analytics_api::WebPropertyRef::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Analytics web property reference.
- Parameters
-
◆ set_name()
void google_analytics_api::WebPropertyRef::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
Name of this web property.
- Parameters
-
The documentation for this class was generated from the following files: