analytics
v3
|
#include <experiment.h>
Public Member Functions | |
ExperimentParentLink (const Json::Value &storage) | |
ExperimentParentLink (Json::Value *storage) | |
virtual | ~ExperimentParentLink () |
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 ExperimentParentLink * | New () |
Parent link for an experiment. Points to the view (profile) to which this experiment belongs.
|
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::ExperimentParentLink
|
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 view (profile) to which this experiment belongs. This field is read-only.
[in] | value | The new value. |
|
inline |
Change the 'type
' attribute.
Value is "analytics#profile". This field is read-only.
[in] | value | The new value. |