analytics  v3
Classes | Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::Goal::GoalEventDetails Class Reference

#include <goal.h>

Inheritance diagram for google_analytics_api::Goal::GoalEventDetails:

Classes

class  GoalEventDetailsEventConditions
 

Public Member Functions

 GoalEventDetails (const Json::Value &storage)
 
 GoalEventDetails (Json::Value *storage)
 
virtual ~GoalEventDetails ()
 
const StringPiece GetTypeName () const
 
bool has_event_conditions () const
 
void clear_event_conditions ()
 
const client::JsonCppArray< GoalEventDetailsEventConditionsget_event_conditions () const
 
client::JsonCppArray< GoalEventDetailsEventConditionsmutable_eventConditions ()
 
bool has_use_event_value () const
 
void clear_use_event_value ()
 
bool get_use_event_value () const
 
void set_use_event_value (bool value)
 

Static Public Member Functions

static GoalEventDetailsNew ()
 

Detailed Description

Details for the goal of the type EVENT.

Constructor & Destructor Documentation

◆ GoalEventDetails() [1/2]

google_analytics_api::Goal::GoalEventDetails::GoalEventDetails ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ GoalEventDetails() [2/2]

google_analytics_api::Goal::GoalEventDetails::GoalEventDetails ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~GoalEventDetails()

google_analytics_api::Goal::GoalEventDetails::~GoalEventDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_event_conditions()

void google_analytics_api::Goal::GoalEventDetails::clear_event_conditions ( )
inline

Clears the 'eventConditions' attribute.

◆ clear_use_event_value()

void google_analytics_api::Goal::GoalEventDetails::clear_use_event_value ( )
inline

Clears the 'useEventValue' attribute.

◆ get_event_conditions()

const client::JsonCppArray<GoalEventDetailsEventConditions > google_analytics_api::Goal::GoalEventDetails::get_event_conditions ( ) const
inline

Get a reference to the value of the 'eventConditions' attribute.

◆ get_use_event_value()

bool google_analytics_api::Goal::GoalEventDetails::get_use_event_value ( ) const
inline

Get the value of the 'useEventValue' attribute.

◆ GetTypeName()

const StringPiece google_analytics_api::Goal::GoalEventDetails::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::GoalEventDetails

◆ has_event_conditions()

bool google_analytics_api::Goal::GoalEventDetails::has_event_conditions ( ) const
inline

Determine if the 'eventConditions' attribute was set.

Returns
true if the 'eventConditions' attribute was set.

◆ has_use_event_value()

bool google_analytics_api::Goal::GoalEventDetails::has_use_event_value ( ) const
inline

Determine if the 'useEventValue' attribute was set.

Returns
true if the 'useEventValue' attribute was set.

◆ mutable_eventConditions()

client::JsonCppArray<GoalEventDetailsEventConditions > google_analytics_api::Goal::GoalEventDetails::mutable_eventConditions ( )
inline

Gets a reference to a mutable value of the 'eventConditions' property.

List of event conditions.

Returns
The result can be modified to change the attribute value.

◆ New()

Goal::GoalEventDetails * google_analytics_api::Goal::GoalEventDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_use_event_value()

void google_analytics_api::Goal::GoalEventDetails::set_use_event_value ( bool  value)
inline

Change the 'useEventValue' attribute.

Determines if the event value should be used as the value for this goal.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: