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

#include <books_volumes_recommended_rate_response.h>

Inheritance diagram for google_books_api::BooksVolumesRecommendedRateResponse:

Public Member Functions

 BooksVolumesRecommendedRateResponse (const Json::Value &storage)
 
 BooksVolumesRecommendedRateResponse (Json::Value *storage)
 
virtual ~BooksVolumesRecommendedRateResponse ()
 
const StringPiece GetTypeName () const
 
bool has_consistency_token () const
 
void clear_consistency_token ()
 
const StringPiece get_consistency_token () const
 
void set_consistency_token (const StringPiece &value)
 

Static Public Member Functions

static BooksVolumesRecommendedRateResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BooksVolumesRecommendedRateResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ BooksVolumesRecommendedRateResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~BooksVolumesRecommendedRateResponse()

google_books_api::BooksVolumesRecommendedRateResponse::~BooksVolumesRecommendedRateResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_consistency_token()

void google_books_api::BooksVolumesRecommendedRateResponse::clear_consistency_token ( )
inline

Clears the 'consistency_token' attribute.

◆ get_consistency_token()

const StringPiece google_books_api::BooksVolumesRecommendedRateResponse::get_consistency_token ( ) const
inline

Get the value of the 'consistency_token' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_books_api::BooksVolumesRecommendedRateResponse

◆ has_consistency_token()

bool google_books_api::BooksVolumesRecommendedRateResponse::has_consistency_token ( ) const
inline

Determine if the 'consistency_token' attribute was set.

Returns
true if the 'consistency_token' attribute was set.

◆ New()

BooksVolumesRecommendedRateResponse * google_books_api::BooksVolumesRecommendedRateResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_consistency_token()

void google_books_api::BooksVolumesRecommendedRateResponse::set_consistency_token ( const StringPiece &  value)
inline

Change the 'consistency_token' attribute.

Parameters
[in]valueThe new value.

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