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

#include <discoveryclusters.h>

Inheritance diagram for google_books_api::Discoveryclusters:

Classes

class  DiscoveryclustersClusters
 

Public Member Functions

 Discoveryclusters (const Json::Value &storage)
 
 Discoveryclusters (Json::Value *storage)
 
virtual ~Discoveryclusters ()
 
const StringPiece GetTypeName () const
 
bool has_clusters () const
 
void clear_clusters ()
 
const client::JsonCppArray< DiscoveryclustersClustersget_clusters () const
 
client::JsonCppArray< DiscoveryclustersClustersmutable_clusters ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_total_clusters () const
 
void clear_total_clusters ()
 
int32 get_total_clusters () const
 
void set_total_clusters (int32 value)
 

Static Public Member Functions

static DiscoveryclustersNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ Discoveryclusters() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ Discoveryclusters() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~Discoveryclusters()

google_books_api::Discoveryclusters::~Discoveryclusters ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_clusters()

void google_books_api::Discoveryclusters::clear_clusters ( )
inline

Clears the 'clusters' attribute.

◆ clear_kind()

void google_books_api::Discoveryclusters::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_total_clusters()

void google_books_api::Discoveryclusters::clear_total_clusters ( )
inline

Clears the 'totalClusters' attribute.

◆ get_clusters()

const client::JsonCppArray<DiscoveryclustersClusters > google_books_api::Discoveryclusters::get_clusters ( ) const
inline

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

◆ get_kind()

const StringPiece google_books_api::Discoveryclusters::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_total_clusters()

int32 google_books_api::Discoveryclusters::get_total_clusters ( ) const
inline

Get the value of the 'totalClusters' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_books_api::Discoveryclusters

◆ has_clusters()

bool google_books_api::Discoveryclusters::has_clusters ( ) const
inline

Determine if the 'clusters' attribute was set.

Returns
true if the 'clusters' attribute was set.

◆ has_kind()

bool google_books_api::Discoveryclusters::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_total_clusters()

bool google_books_api::Discoveryclusters::has_total_clusters ( ) const
inline

Determine if the 'totalClusters' attribute was set.

Returns
true if the 'totalClusters' attribute was set.

◆ mutable_clusters()

client::JsonCppArray<DiscoveryclustersClusters > google_books_api::Discoveryclusters::mutable_clusters ( )
inline

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

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

◆ New()

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

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_books_api::Discoveryclusters::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Resorce type.

Parameters
[in]valueThe new value.

◆ set_total_clusters()

void google_books_api::Discoveryclusters::set_total_clusters ( int32  value)
inline

Change the 'totalClusters' attribute.

Parameters
[in]valueThe new value.

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