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

#include <goal.h>

Inheritance diagram for google_analytics_api::Goal::GoalUrlDestinationDetails:

Classes

class  GoalUrlDestinationDetailsSteps
 

Public Member Functions

 GoalUrlDestinationDetails (const Json::Value &storage)
 
 GoalUrlDestinationDetails (Json::Value *storage)
 
virtual ~GoalUrlDestinationDetails ()
 
const StringPiece GetTypeName () const
 
bool has_case_sensitive () const
 
void clear_case_sensitive ()
 
bool get_case_sensitive () const
 
void set_case_sensitive (bool value)
 
bool has_first_step_required () const
 
void clear_first_step_required ()
 
bool get_first_step_required () const
 
void set_first_step_required (bool value)
 
bool has_match_type () const
 
void clear_match_type ()
 
const StringPiece get_match_type () const
 
void set_match_type (const StringPiece &value)
 
bool has_steps () const
 
void clear_steps ()
 
const client::JsonCppArray< GoalUrlDestinationDetailsStepsget_steps () const
 
client::JsonCppArray< GoalUrlDestinationDetailsStepsmutable_steps ()
 
bool has_url () const
 
void clear_url ()
 
const StringPiece get_url () const
 
void set_url (const StringPiece &value)
 

Static Public Member Functions

static GoalUrlDestinationDetailsNew ()
 

Detailed Description

Details for the goal of the type URL_DESTINATION.

Constructor & Destructor Documentation

◆ GoalUrlDestinationDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ GoalUrlDestinationDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~GoalUrlDestinationDetails()

google_analytics_api::Goal::GoalUrlDestinationDetails::~GoalUrlDestinationDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_case_sensitive()

void google_analytics_api::Goal::GoalUrlDestinationDetails::clear_case_sensitive ( )
inline

Clears the 'caseSensitive' attribute.

◆ clear_first_step_required()

void google_analytics_api::Goal::GoalUrlDestinationDetails::clear_first_step_required ( )
inline

Clears the 'firstStepRequired' attribute.

◆ clear_match_type()

void google_analytics_api::Goal::GoalUrlDestinationDetails::clear_match_type ( )
inline

Clears the 'matchType' attribute.

◆ clear_steps()

void google_analytics_api::Goal::GoalUrlDestinationDetails::clear_steps ( )
inline

Clears the 'steps' attribute.

◆ clear_url()

void google_analytics_api::Goal::GoalUrlDestinationDetails::clear_url ( )
inline

Clears the 'url' attribute.

◆ get_case_sensitive()

bool google_analytics_api::Goal::GoalUrlDestinationDetails::get_case_sensitive ( ) const
inline

Get the value of the 'caseSensitive' attribute.

◆ get_first_step_required()

bool google_analytics_api::Goal::GoalUrlDestinationDetails::get_first_step_required ( ) const
inline

Get the value of the 'firstStepRequired' attribute.

◆ get_match_type()

const StringPiece google_analytics_api::Goal::GoalUrlDestinationDetails::get_match_type ( ) const
inline

Get the value of the 'matchType' attribute.

◆ get_steps()

const client::JsonCppArray<GoalUrlDestinationDetailsSteps > google_analytics_api::Goal::GoalUrlDestinationDetails::get_steps ( ) const
inline

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

◆ get_url()

const StringPiece google_analytics_api::Goal::GoalUrlDestinationDetails::get_url ( ) const
inline

Get the value of the 'url' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_analytics_api::GoalUrlDestinationDetails

◆ has_case_sensitive()

bool google_analytics_api::Goal::GoalUrlDestinationDetails::has_case_sensitive ( ) const
inline

Determine if the 'caseSensitive' attribute was set.

Returns
true if the 'caseSensitive' attribute was set.

◆ has_first_step_required()

bool google_analytics_api::Goal::GoalUrlDestinationDetails::has_first_step_required ( ) const
inline

Determine if the 'firstStepRequired' attribute was set.

Returns
true if the 'firstStepRequired' attribute was set.

◆ has_match_type()

bool google_analytics_api::Goal::GoalUrlDestinationDetails::has_match_type ( ) const
inline

Determine if the 'matchType' attribute was set.

Returns
true if the 'matchType' attribute was set.

◆ has_steps()

bool google_analytics_api::Goal::GoalUrlDestinationDetails::has_steps ( ) const
inline

Determine if the 'steps' attribute was set.

Returns
true if the 'steps' attribute was set.

◆ has_url()

bool google_analytics_api::Goal::GoalUrlDestinationDetails::has_url ( ) const
inline

Determine if the 'url' attribute was set.

Returns
true if the 'url' attribute was set.

◆ mutable_steps()

client::JsonCppArray<GoalUrlDestinationDetailsSteps > google_analytics_api::Goal::GoalUrlDestinationDetails::mutable_steps ( )
inline

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

List of steps configured for this goal funnel.

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

◆ New()

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

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_case_sensitive()

void google_analytics_api::Goal::GoalUrlDestinationDetails::set_case_sensitive ( bool  value)
inline

Change the 'caseSensitive' attribute.

Determines if the goal URL must exactly match the capitalization of visited URLs.

Parameters
[in]valueThe new value.

◆ set_first_step_required()

void google_analytics_api::Goal::GoalUrlDestinationDetails::set_first_step_required ( bool  value)
inline

Change the 'firstStepRequired' attribute.

Determines if the first step in this goal is required.

Parameters
[in]valueThe new value.

◆ set_match_type()

void google_analytics_api::Goal::GoalUrlDestinationDetails::set_match_type ( const StringPiece &  value)
inline

Change the 'matchType' attribute.

Match type for the goal URL. Possible values are HEAD, EXACT, or REGEX.

Parameters
[in]valueThe new value.

◆ set_url()

void google_analytics_api::Goal::GoalUrlDestinationDetails::set_url ( const StringPiece &  value)
inline

Change the 'url' attribute.

URL for this goal.

Parameters
[in]valueThe new value.

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