blogger  v3
Classes | Public Member Functions | Static Public Member Functions | List of all members
google_blogger_api::Pageviews Class Reference

#include <pageviews.h>

Inheritance diagram for google_blogger_api::Pageviews:

Classes

class  PageviewsCounts
 

Public Member Functions

 Pageviews (const Json::Value &storage)
 
 Pageviews (Json::Value *storage)
 
virtual ~Pageviews ()
 
const StringPiece GetTypeName () const
 
bool has_blog_id () const
 
void clear_blog_id ()
 
const StringPiece get_blog_id () const
 
void set_blog_id (const StringPiece &value)
 
bool has_counts () const
 
void clear_counts ()
 
const client::JsonCppArray< PageviewsCountsget_counts () const
 
client::JsonCppArray< PageviewsCountsmutable_counts ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static PageviewsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ Pageviews() [1/2]

google_blogger_api::Pageviews::Pageviews ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ Pageviews() [2/2]

google_blogger_api::Pageviews::Pageviews ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~Pageviews()

google_blogger_api::Pageviews::~Pageviews ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_blog_id()

void google_blogger_api::Pageviews::clear_blog_id ( )
inline

Clears the 'blogId' attribute.

◆ clear_counts()

void google_blogger_api::Pageviews::clear_counts ( )
inline

Clears the 'counts' attribute.

◆ clear_kind()

void google_blogger_api::Pageviews::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_blog_id()

const StringPiece google_blogger_api::Pageviews::get_blog_id ( ) const
inline

Get the value of the 'blogId' attribute.

◆ get_counts()

const client::JsonCppArray<PageviewsCounts > google_blogger_api::Pageviews::get_counts ( ) const
inline

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

◆ get_kind()

const StringPiece google_blogger_api::Pageviews::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ GetTypeName()

const StringPiece google_blogger_api::Pageviews::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_blogger_api::Pageviews

◆ has_blog_id()

bool google_blogger_api::Pageviews::has_blog_id ( ) const
inline

Determine if the 'blogId' attribute was set.

Returns
true if the 'blogId' attribute was set.

◆ has_counts()

bool google_blogger_api::Pageviews::has_counts ( ) const
inline

Determine if the 'counts' attribute was set.

Returns
true if the 'counts' attribute was set.

◆ has_kind()

bool google_blogger_api::Pageviews::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_counts()

client::JsonCppArray<PageviewsCounts > google_blogger_api::Pageviews::mutable_counts ( )
inline

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

The container of posts in this blog.

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

◆ New()

Pageviews * google_blogger_api::Pageviews::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_blog_id()

void google_blogger_api::Pageviews::set_blog_id ( const StringPiece &  value)
inline

Change the 'blogId' attribute.

Blog Id.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_blogger_api::Pageviews::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The kind of this entry. Always blogger::page_views.

Parameters
[in]valueThe new value.

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