analytics
v3
|
#include <goal.h>
Public Member Functions | |
GoalVisitTimeOnSiteDetails (const Json::Value &storage) | |
GoalVisitTimeOnSiteDetails (Json::Value *storage) | |
virtual | ~GoalVisitTimeOnSiteDetails () |
const StringPiece | GetTypeName () const |
bool | has_comparison_type () const |
void | clear_comparison_type () |
const StringPiece | get_comparison_type () const |
void | set_comparison_type (const StringPiece &value) |
bool | has_comparison_value () const |
void | clear_comparison_value () |
int64 | get_comparison_value () const |
void | set_comparison_value (int64 value) |
Static Public Member Functions | |
static GoalVisitTimeOnSiteDetails * | New () |
Details for the goal of the type VISIT_TIME_ON_SITE.
|
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 'comparisonType
' attribute.
|
inline |
Clears the 'comparisonValue
' attribute.
|
inline |
Get the value of the 'comparisonType
' attribute.
|
inline |
Get the value of the 'comparisonValue
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::GoalVisitTimeOnSiteDetails
|
inline |
Determine if the 'comparisonType
' attribute was set.
comparisonType
' attribute was set.
|
inline |
Determine if the 'comparisonValue
' attribute was set.
comparisonValue
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'comparisonType
' attribute.
Type of comparison. Possible values are LESS_THAN or GREATER_THAN.
[in] | value | The new value. |
|
inline |
Change the 'comparisonValue
' attribute.
Value used for this comparison.
[in] | value | The new value. |