books  v1
Public Member Functions | Static Public Member Functions | List of all members
google_books_api::BooksCloudloadingResource Class Reference

#include <books_cloudloading_resource.h>

Inheritance diagram for google_books_api::BooksCloudloadingResource:

Public Member Functions

 BooksCloudloadingResource (const Json::Value &storage)
 
 BooksCloudloadingResource (Json::Value *storage)
 
virtual ~BooksCloudloadingResource ()
 
const StringPiece GetTypeName () const
 
bool has_author () const
 
void clear_author ()
 
const StringPiece get_author () const
 
void set_author (const StringPiece &value)
 
bool has_processing_state () const
 
void clear_processing_state ()
 
const StringPiece get_processing_state () const
 
void set_processing_state (const StringPiece &value)
 
bool has_title () const
 
void clear_title ()
 
const StringPiece get_title () const
 
void set_title (const StringPiece &value)
 
bool has_volume_id () const
 
void clear_volume_id ()
 
const StringPiece get_volume_id () const
 
void set_volume_id (const StringPiece &value)
 

Static Public Member Functions

static BooksCloudloadingResourceNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BooksCloudloadingResource() [1/2]

google_books_api::BooksCloudloadingResource::BooksCloudloadingResource ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ BooksCloudloadingResource() [2/2]

google_books_api::BooksCloudloadingResource::BooksCloudloadingResource ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~BooksCloudloadingResource()

google_books_api::BooksCloudloadingResource::~BooksCloudloadingResource ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_author()

void google_books_api::BooksCloudloadingResource::clear_author ( )
inline

Clears the 'author' attribute.

◆ clear_processing_state()

void google_books_api::BooksCloudloadingResource::clear_processing_state ( )
inline

Clears the 'processingState' attribute.

◆ clear_title()

void google_books_api::BooksCloudloadingResource::clear_title ( )
inline

Clears the 'title' attribute.

◆ clear_volume_id()

void google_books_api::BooksCloudloadingResource::clear_volume_id ( )
inline

Clears the 'volumeId' attribute.

◆ get_author()

const StringPiece google_books_api::BooksCloudloadingResource::get_author ( ) const
inline

Get the value of the 'author' attribute.

◆ get_processing_state()

const StringPiece google_books_api::BooksCloudloadingResource::get_processing_state ( ) const
inline

Get the value of the 'processingState' attribute.

◆ get_title()

const StringPiece google_books_api::BooksCloudloadingResource::get_title ( ) const
inline

Get the value of the 'title' attribute.

◆ get_volume_id()

const StringPiece google_books_api::BooksCloudloadingResource::get_volume_id ( ) const
inline

Get the value of the 'volumeId' attribute.

◆ GetTypeName()

const StringPiece google_books_api::BooksCloudloadingResource::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_books_api::BooksCloudloadingResource

◆ has_author()

bool google_books_api::BooksCloudloadingResource::has_author ( ) const
inline

Determine if the 'author' attribute was set.

Returns
true if the 'author' attribute was set.

◆ has_processing_state()

bool google_books_api::BooksCloudloadingResource::has_processing_state ( ) const
inline

Determine if the 'processingState' attribute was set.

Returns
true if the 'processingState' attribute was set.

◆ has_title()

bool google_books_api::BooksCloudloadingResource::has_title ( ) const
inline

Determine if the 'title' attribute was set.

Returns
true if the 'title' attribute was set.

◆ has_volume_id()

bool google_books_api::BooksCloudloadingResource::has_volume_id ( ) const
inline

Determine if the 'volumeId' attribute was set.

Returns
true if the 'volumeId' attribute was set.

◆ New()

BooksCloudloadingResource * google_books_api::BooksCloudloadingResource::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_author()

void google_books_api::BooksCloudloadingResource::set_author ( const StringPiece &  value)
inline

Change the 'author' attribute.

Parameters
[in]valueThe new value.

◆ set_processing_state()

void google_books_api::BooksCloudloadingResource::set_processing_state ( const StringPiece &  value)
inline

Change the 'processingState' attribute.

Parameters
[in]valueThe new value.

◆ set_title()

void google_books_api::BooksCloudloadingResource::set_title ( const StringPiece &  value)
inline

Change the 'title' attribute.

Parameters
[in]valueThe new value.

◆ set_volume_id()

void google_books_api::BooksCloudloadingResource::set_volume_id ( const StringPiece &  value)
inline

Change the 'volumeId' attribute.

Parameters
[in]valueThe new value.

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