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

#include <comment.h>

Inheritance diagram for google_blogger_api::Comment::CommentAuthor:

Classes

class  CommentAuthorImage
 

Public Member Functions

 CommentAuthor (const Json::Value &storage)
 
 CommentAuthor (Json::Value *storage)
 
virtual ~CommentAuthor ()
 
const StringPiece GetTypeName () const
 
bool has_display_name () const
 
void clear_display_name ()
 
const StringPiece get_display_name () const
 
void set_display_name (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_image () const
 
void clear_image ()
 
const CommentAuthorImage get_image () const
 
CommentAuthorImage mutable_image ()
 
bool has_url () const
 
void clear_url ()
 
const StringPiece get_url () const
 
void set_url (const StringPiece &value)
 

Static Public Member Functions

static CommentAuthorNew ()
 

Detailed Description

The author of this Comment.

Constructor & Destructor Documentation

◆ CommentAuthor() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ CommentAuthor() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~CommentAuthor()

google_blogger_api::Comment::CommentAuthor::~CommentAuthor ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_display_name()

void google_blogger_api::Comment::CommentAuthor::clear_display_name ( )
inline

Clears the 'displayName' attribute.

◆ clear_id()

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

Clears the 'id' attribute.

◆ clear_image()

void google_blogger_api::Comment::CommentAuthor::clear_image ( )
inline

Clears the 'image' attribute.

◆ clear_url()

void google_blogger_api::Comment::CommentAuthor::clear_url ( )
inline

Clears the 'url' attribute.

◆ get_display_name()

const StringPiece google_blogger_api::Comment::CommentAuthor::get_display_name ( ) const
inline

Get the value of the 'displayName' attribute.

◆ get_id()

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

Get the value of the 'id' attribute.

◆ get_image()

const CommentAuthorImage google_blogger_api::Comment::CommentAuthor::get_image ( ) const
inline

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

◆ get_url()

const StringPiece google_blogger_api::Comment::CommentAuthor::get_url ( ) const
inline

Get the value of the 'url' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_blogger_api::CommentAuthor

◆ has_display_name()

bool google_blogger_api::Comment::CommentAuthor::has_display_name ( ) const
inline

Determine if the 'displayName' attribute was set.

Returns
true if the 'displayName' attribute was set.

◆ has_id()

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

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_image()

bool google_blogger_api::Comment::CommentAuthor::has_image ( ) const
inline

Determine if the 'image' attribute was set.

Returns
true if the 'image' attribute was set.

◆ has_url()

bool google_blogger_api::Comment::CommentAuthor::has_url ( ) const
inline

Determine if the 'url' attribute was set.

Returns
true if the 'url' attribute was set.

◆ mutable_image()

CommentAuthorImage google_blogger_api::Comment::CommentAuthor::mutable_image ( )
inline

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

The creator's avatar.

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

◆ New()

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

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_display_name()

void google_blogger_api::Comment::CommentAuthor::set_display_name ( const StringPiece &  value)
inline

Change the 'displayName' attribute.

The display name.

Parameters
[in]valueThe new value.

◆ set_id()

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

Change the 'id' attribute.

The identifier of the creator.

Parameters
[in]valueThe new value.

◆ set_url()

void google_blogger_api::Comment::CommentAuthor::set_url ( const StringPiece &  value)
inline

Change the 'url' attribute.

The URL of the creator's Profile page.

Parameters
[in]valueThe new value.

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