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

#include <comment.h>

Inheritance diagram for google_blogger_api::Comment::CommentAuthor::CommentAuthorImage:

Public Member Functions

 CommentAuthorImage (const Json::Value &storage)
 
 CommentAuthorImage (Json::Value *storage)
 
virtual ~CommentAuthorImage ()
 
const StringPiece GetTypeName () const
 
bool has_url () const
 
void clear_url ()
 
const StringPiece get_url () const
 
void set_url (const StringPiece &value)
 

Static Public Member Functions

static CommentAuthorImageNew ()
 

Detailed Description

The creator's avatar.

Constructor & Destructor Documentation

◆ CommentAuthorImage() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ CommentAuthorImage() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~CommentAuthorImage()

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

Standard destructor.

Member Function Documentation

◆ clear_url()

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

Clears the 'url' attribute.

◆ get_url()

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

Get the value of the 'url' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_blogger_api::CommentAuthorImage

◆ has_url()

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

Determine if the 'url' attribute was set.

Returns
true if the 'url' attribute was set.

◆ New()

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

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_url()

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

Change the 'url' attribute.

The creator's avatar URL.

Parameters
[in]valueThe new value.

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