analytics
v3
|
#include <webproperty.h>
Public Member Functions | |
WebpropertyChildLink (const Json::Value &storage) | |
WebpropertyChildLink (Json::Value *storage) | |
virtual | ~WebpropertyChildLink () |
const StringPiece | GetTypeName () const |
bool | has_href () const |
void | clear_href () |
const StringPiece | get_href () const |
void | set_href (const StringPiece &value) |
bool | has_type () const |
void | clear_type () |
const StringPiece | get_type () const |
void | set_type (const StringPiece &value) |
Static Public Member Functions | |
static WebpropertyChildLink * | New () |
Child link for this web property. Points to the list of views (profiles) for this web property.
|
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 'href
' attribute.
|
inline |
Clears the 'type
' attribute.
|
inline |
Get the value of the 'href
' attribute.
|
inline |
Get the value of the 'type
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::WebpropertyChildLink
|
inline |
Determine if the 'href
' attribute was set.
href
' attribute was set.
|
inline |
Determine if the 'type
' attribute was set.
type
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'href
' attribute.
Link to the list of views (profiles) for this web property.
[in] | value | The new value. |
|
inline |
Change the 'type
' attribute.
Type of the parent link. Its value is "analytics#profiles".
[in] | value | The new value. |