blogger  v2
Public Member Functions | Static Public Member Functions | List of all members
google_blogger_api::Comment::CommentBlog Class Reference

#include <comment.h>

Inheritance diagram for google_blogger_api::Comment::CommentBlog:

Public Member Functions

 CommentBlog (const Json::Value &storage)
 
 CommentBlog (Json::Value *storage)
 
virtual ~CommentBlog ()
 
const StringPiece GetTypeName () const
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 

Static Public Member Functions

static CommentBlogNew ()
 

Detailed Description

Data about the blog containing this comment.

Constructor & Destructor Documentation

◆ CommentBlog() [1/2]

google_blogger_api::Comment::CommentBlog::CommentBlog ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ CommentBlog() [2/2]

google_blogger_api::Comment::CommentBlog::CommentBlog ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~CommentBlog()

google_blogger_api::Comment::CommentBlog::~CommentBlog ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_id()

void google_blogger_api::Comment::CommentBlog::clear_id ( )
inline

Clears the 'id' attribute.

◆ get_id()

const StringPiece google_blogger_api::Comment::CommentBlog::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ GetTypeName()

const StringPiece google_blogger_api::Comment::CommentBlog::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_blogger_api::CommentBlog

◆ has_id()

bool google_blogger_api::Comment::CommentBlog::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ New()

Comment::CommentBlog * google_blogger_api::Comment::CommentBlog::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_id()

void google_blogger_api::Comment::CommentBlog::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

The identifier of the blog containing this comment.

Parameters
[in]valueThe new value.

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