books  v1
Classes | Public Member Functions | Static Public Member Functions | List of all members
google_books_api::Discoveryclusters::DiscoveryclustersClusters Class Reference

#include <discoveryclusters.h>

Inheritance diagram for google_books_api::Discoveryclusters::DiscoveryclustersClusters:

Classes

class  DiscoveryclustersClustersBannerWithContentContainer
 

Public Member Functions

 DiscoveryclustersClusters (const Json::Value &storage)
 
 DiscoveryclustersClusters (Json::Value *storage)
 
virtual ~DiscoveryclustersClusters ()
 
const StringPiece GetTypeName () const
 
bool has_banner_with_content_container () const
 
void clear_banner_with_content_container ()
 
const DiscoveryclustersClustersBannerWithContentContainer get_banner_with_content_container () const
 
DiscoveryclustersClustersBannerWithContentContainer mutable_banner_with_content_container ()
 
bool has_sub_title () const
 
void clear_sub_title ()
 
const StringPiece get_sub_title () const
 
void set_sub_title (const StringPiece &value)
 
bool has_title () const
 
void clear_title ()
 
const StringPiece get_title () const
 
void set_title (const StringPiece &value)
 
bool has_total_volumes () const
 
void clear_total_volumes ()
 
int32 get_total_volumes () const
 
void set_total_volumes (int32 value)
 
bool has_uid () const
 
void clear_uid ()
 
const StringPiece get_uid () const
 
void set_uid (const StringPiece &value)
 
bool has_volumes () const
 
void clear_volumes ()
 
const client::JsonCppArray< Volumeget_volumes () const
 
client::JsonCppArray< Volumemutable_volumes ()
 

Static Public Member Functions

static DiscoveryclustersClustersNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ DiscoveryclustersClusters() [1/2]

google_books_api::Discoveryclusters::DiscoveryclustersClusters::DiscoveryclustersClusters ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ DiscoveryclustersClusters() [2/2]

google_books_api::Discoveryclusters::DiscoveryclustersClusters::DiscoveryclustersClusters ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~DiscoveryclustersClusters()

google_books_api::Discoveryclusters::DiscoveryclustersClusters::~DiscoveryclustersClusters ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_banner_with_content_container()

void google_books_api::Discoveryclusters::DiscoveryclustersClusters::clear_banner_with_content_container ( )
inline

Clears the 'banner_with_content_container' attribute.

◆ clear_sub_title()

void google_books_api::Discoveryclusters::DiscoveryclustersClusters::clear_sub_title ( )
inline

Clears the 'subTitle' attribute.

◆ clear_title()

void google_books_api::Discoveryclusters::DiscoveryclustersClusters::clear_title ( )
inline

Clears the 'title' attribute.

◆ clear_total_volumes()

void google_books_api::Discoveryclusters::DiscoveryclustersClusters::clear_total_volumes ( )
inline

Clears the 'totalVolumes' attribute.

◆ clear_uid()

void google_books_api::Discoveryclusters::DiscoveryclustersClusters::clear_uid ( )
inline

Clears the 'uid' attribute.

◆ clear_volumes()

void google_books_api::Discoveryclusters::DiscoveryclustersClusters::clear_volumes ( )
inline

Clears the 'volumes' attribute.

◆ get_banner_with_content_container()

const DiscoveryclustersClustersBannerWithContentContainer google_books_api::Discoveryclusters::DiscoveryclustersClusters::get_banner_with_content_container ( ) const
inline

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

◆ get_sub_title()

const StringPiece google_books_api::Discoveryclusters::DiscoveryclustersClusters::get_sub_title ( ) const
inline

Get the value of the 'subTitle' attribute.

◆ get_title()

const StringPiece google_books_api::Discoveryclusters::DiscoveryclustersClusters::get_title ( ) const
inline

Get the value of the 'title' attribute.

◆ get_total_volumes()

int32 google_books_api::Discoveryclusters::DiscoveryclustersClusters::get_total_volumes ( ) const
inline

Get the value of the 'totalVolumes' attribute.

◆ get_uid()

const StringPiece google_books_api::Discoveryclusters::DiscoveryclustersClusters::get_uid ( ) const
inline

Get the value of the 'uid' attribute.

◆ get_volumes()

const client::JsonCppArray<Volume > google_books_api::Discoveryclusters::DiscoveryclustersClusters::get_volumes ( ) const

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

◆ GetTypeName()

const StringPiece google_books_api::Discoveryclusters::DiscoveryclustersClusters::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_books_api::DiscoveryclustersClusters

◆ has_banner_with_content_container()

bool google_books_api::Discoveryclusters::DiscoveryclustersClusters::has_banner_with_content_container ( ) const
inline

Determine if the 'banner_with_content_container' attribute was set.

Returns
true if the 'banner_with_content_container' attribute was set.

◆ has_sub_title()

bool google_books_api::Discoveryclusters::DiscoveryclustersClusters::has_sub_title ( ) const
inline

Determine if the 'subTitle' attribute was set.

Returns
true if the 'subTitle' attribute was set.

◆ has_title()

bool google_books_api::Discoveryclusters::DiscoveryclustersClusters::has_title ( ) const
inline

Determine if the 'title' attribute was set.

Returns
true if the 'title' attribute was set.

◆ has_total_volumes()

bool google_books_api::Discoveryclusters::DiscoveryclustersClusters::has_total_volumes ( ) const
inline

Determine if the 'totalVolumes' attribute was set.

Returns
true if the 'totalVolumes' attribute was set.

◆ has_uid()

bool google_books_api::Discoveryclusters::DiscoveryclustersClusters::has_uid ( ) const
inline

Determine if the 'uid' attribute was set.

Returns
true if the 'uid' attribute was set.

◆ has_volumes()

bool google_books_api::Discoveryclusters::DiscoveryclustersClusters::has_volumes ( ) const
inline

Determine if the 'volumes' attribute was set.

Returns
true if the 'volumes' attribute was set.

◆ mutable_banner_with_content_container()

DiscoveryclustersClustersBannerWithContentContainer google_books_api::Discoveryclusters::DiscoveryclustersClusters::mutable_banner_with_content_container ( )
inline

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

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

◆ mutable_volumes()

client::JsonCppArray<Volume > google_books_api::Discoveryclusters::DiscoveryclustersClusters::mutable_volumes ( )

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

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

◆ New()

Discoveryclusters::DiscoveryclustersClusters * google_books_api::Discoveryclusters::DiscoveryclustersClusters::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_sub_title()

void google_books_api::Discoveryclusters::DiscoveryclustersClusters::set_sub_title ( const StringPiece &  value)
inline

Change the 'subTitle' attribute.

Parameters
[in]valueThe new value.

◆ set_title()

void google_books_api::Discoveryclusters::DiscoveryclustersClusters::set_title ( const StringPiece &  value)
inline

Change the 'title' attribute.

Parameters
[in]valueThe new value.

◆ set_total_volumes()

void google_books_api::Discoveryclusters::DiscoveryclustersClusters::set_total_volumes ( int32  value)
inline

Change the 'totalVolumes' attribute.

Parameters
[in]valueThe new value.

◆ set_uid()

void google_books_api::Discoveryclusters::DiscoveryclustersClusters::set_uid ( const StringPiece &  value)
inline

Change the 'uid' attribute.

Parameters
[in]valueThe new value.

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