analytics  v3
Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::HashClientIdRequest Class Reference

#include <hash_client_id_request.h>

Inheritance diagram for google_analytics_api::HashClientIdRequest:

Public Member Functions

 HashClientIdRequest (const Json::Value &storage)
 
 HashClientIdRequest (Json::Value *storage)
 
virtual ~HashClientIdRequest ()
 
const StringPiece GetTypeName () const
 
bool has_client_id () const
 
void clear_client_id ()
 
const StringPiece get_client_id () const
 
void set_client_id (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_web_property_id () const
 
void clear_web_property_id ()
 
const StringPiece get_web_property_id () const
 
void set_web_property_id (const StringPiece &value)
 

Static Public Member Functions

static HashClientIdRequestNew ()
 

Detailed Description

JSON template for a hash Client Id request resource.

Constructor & Destructor Documentation

◆ HashClientIdRequest() [1/2]

google_analytics_api::HashClientIdRequest::HashClientIdRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ HashClientIdRequest() [2/2]

google_analytics_api::HashClientIdRequest::HashClientIdRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~HashClientIdRequest()

google_analytics_api::HashClientIdRequest::~HashClientIdRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_client_id()

void google_analytics_api::HashClientIdRequest::clear_client_id ( )
inline

Clears the 'clientId' attribute.

◆ clear_kind()

void google_analytics_api::HashClientIdRequest::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_web_property_id()

void google_analytics_api::HashClientIdRequest::clear_web_property_id ( )
inline

Clears the 'webPropertyId' attribute.

◆ get_client_id()

const StringPiece google_analytics_api::HashClientIdRequest::get_client_id ( ) const
inline

Get the value of the 'clientId' attribute.

◆ get_kind()

const StringPiece google_analytics_api::HashClientIdRequest::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_web_property_id()

const StringPiece google_analytics_api::HashClientIdRequest::get_web_property_id ( ) const
inline

Get the value of the 'webPropertyId' attribute.

◆ GetTypeName()

const StringPiece google_analytics_api::HashClientIdRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::HashClientIdRequest

◆ has_client_id()

bool google_analytics_api::HashClientIdRequest::has_client_id ( ) const
inline

Determine if the 'clientId' attribute was set.

Returns
true if the 'clientId' attribute was set.

◆ has_kind()

bool google_analytics_api::HashClientIdRequest::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_web_property_id()

bool google_analytics_api::HashClientIdRequest::has_web_property_id ( ) const
inline

Determine if the 'webPropertyId' attribute was set.

Returns
true if the 'webPropertyId' attribute was set.

◆ New()

HashClientIdRequest * google_analytics_api::HashClientIdRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_client_id()

void google_analytics_api::HashClientIdRequest::set_client_id ( const StringPiece &  value)
inline

Change the 'clientId' attribute.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_analytics_api::HashClientIdRequest::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Parameters
[in]valueThe new value.

◆ set_web_property_id()

void google_analytics_api::HashClientIdRequest::set_web_property_id ( const StringPiece &  value)
inline

Change the 'webPropertyId' attribute.

Parameters
[in]valueThe new value.

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