blogger  v2
Public Member Functions | Static Public Member Functions | List of all members
google_blogger_api::Post::PostReplies Class Reference

#include <post.h>

Inheritance diagram for google_blogger_api::Post::PostReplies:

Public Member Functions

 PostReplies (const Json::Value &storage)
 
 PostReplies (Json::Value *storage)
 
virtual ~PostReplies ()
 
const StringPiece GetTypeName () const
 
bool has_items () const
 
void clear_items ()
 
const client::JsonCppArray< Commentget_items () const
 
client::JsonCppArray< Commentmutable_items ()
 
bool has_self_link () const
 
void clear_self_link ()
 
const StringPiece get_self_link () const
 
void set_self_link (const StringPiece &value)
 
bool has_total_items () const
 
void clear_total_items ()
 
int64 get_total_items () const
 
void set_total_items (int64 value)
 

Static Public Member Functions

static PostRepliesNew ()
 

Detailed Description

The container of comments on this Post.

Constructor & Destructor Documentation

◆ PostReplies() [1/2]

google_blogger_api::Post::PostReplies::PostReplies ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ PostReplies() [2/2]

google_blogger_api::Post::PostReplies::PostReplies ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~PostReplies()

google_blogger_api::Post::PostReplies::~PostReplies ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_items()

void google_blogger_api::Post::PostReplies::clear_items ( )
inline

Clears the 'items' attribute.

◆ clear_self_link()

void google_blogger_api::Post::PostReplies::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ clear_total_items()

void google_blogger_api::Post::PostReplies::clear_total_items ( )
inline

Clears the 'totalItems' attribute.

◆ get_items()

const client::JsonCppArray<Comment > google_blogger_api::Post::PostReplies::get_items ( ) const

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

◆ get_self_link()

const StringPiece google_blogger_api::Post::PostReplies::get_self_link ( ) const
inline

Get the value of the 'selfLink' attribute.

◆ get_total_items()

int64 google_blogger_api::Post::PostReplies::get_total_items ( ) const
inline

Get the value of the 'totalItems' attribute.

◆ GetTypeName()

const StringPiece google_blogger_api::Post::PostReplies::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_blogger_api::PostReplies

◆ has_items()

bool google_blogger_api::Post::PostReplies::has_items ( ) const
inline

Determine if the 'items' attribute was set.

Returns
true if the 'items' attribute was set.

◆ has_self_link()

bool google_blogger_api::Post::PostReplies::has_self_link ( ) const
inline

Determine if the 'selfLink' attribute was set.

Returns
true if the 'selfLink' attribute was set.

◆ has_total_items()

bool google_blogger_api::Post::PostReplies::has_total_items ( ) const
inline

Determine if the 'totalItems' attribute was set.

Returns
true if the 'totalItems' attribute was set.

◆ mutable_items()

client::JsonCppArray<Comment > google_blogger_api::Post::PostReplies::mutable_items ( )

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

The List of Comments for this Post.

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

◆ New()

Post::PostReplies * google_blogger_api::Post::PostReplies::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_self_link()

void google_blogger_api::Post::PostReplies::set_self_link ( const StringPiece &  value)
inline

Change the 'selfLink' attribute.

The URL of the comments on this post.

Parameters
[in]valueThe new value.

◆ set_total_items()

void google_blogger_api::Post::PostReplies::set_total_items ( int64  value)
inline

Change the 'totalItems' attribute.

The count of comments on this post.

Parameters
[in]valueThe new value.

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