|
analytics
v3
|
#include <goal.h>
Public Member Functions | |
| GoalVisitNumPagesDetails (const Json::Value &storage) | |
| GoalVisitNumPagesDetails (Json::Value *storage) | |
| virtual | ~GoalVisitNumPagesDetails () |
| 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 GoalVisitNumPagesDetails * | New () |
Details for the goal of the type VISIT_NUM_PAGES.
|
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::GoalVisitNumPagesDetails
|
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, GREATER_THAN, or EQUAL.
| [in] | value | The new value. |
|
inline |
Change the 'comparisonValue' attribute.
Value used for this comparison.
| [in] | value | The new value. |