#include <pageviews.h>
◆ Pageviews() [1/2]
google_blogger_api::Pageviews::Pageviews |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~Pageviews()
google_blogger_api::Pageviews::~Pageviews |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files:
- google/blogger_api/pageviews.h
- google/blogger_api/pageviews.cc