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

#include <annotations_summary.h>

Inheritance diagram for google_books_api::AnnotationsSummary:

Classes

class  AnnotationsSummaryLayers
 

Public Member Functions

 AnnotationsSummary (const Json::Value &storage)
 
 AnnotationsSummary (Json::Value *storage)
 
virtual ~AnnotationsSummary ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_layers () const
 
void clear_layers ()
 
const client::JsonCppArray< AnnotationsSummaryLayersget_layers () const
 
client::JsonCppArray< AnnotationsSummaryLayersmutable_layers ()
 

Static Public Member Functions

static AnnotationsSummaryNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ AnnotationsSummary() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ AnnotationsSummary() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~AnnotationsSummary()

google_books_api::AnnotationsSummary::~AnnotationsSummary ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_books_api::AnnotationsSummary::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_layers()

void google_books_api::AnnotationsSummary::clear_layers ( )
inline

Clears the 'layers' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_layers()

const client::JsonCppArray<AnnotationsSummaryLayers > google_books_api::AnnotationsSummary::get_layers ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_books_api::AnnotationsSummary

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_layers()

bool google_books_api::AnnotationsSummary::has_layers ( ) const
inline

Determine if the 'layers' attribute was set.

Returns
true if the 'layers' attribute was set.

◆ mutable_layers()

client::JsonCppArray<AnnotationsSummaryLayers > google_books_api::AnnotationsSummary::mutable_layers ( )
inline

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

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

◆ New()

AnnotationsSummary * google_books_api::AnnotationsSummary::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

Parameters
[in]valueThe new value.

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