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

#include <metadata.h>

Inheritance diagram for google_books_api::Metadata::MetadataItems:

Public Member Functions

 MetadataItems (const Json::Value &storage)
 
 MetadataItems (Json::Value *storage)
 
virtual ~MetadataItems ()
 
const StringPiece GetTypeName () const
 
bool has_download_url () const
 
void clear_download_url ()
 
const StringPiece get_download_url () const
 
void set_download_url (const StringPiece &value)
 
bool has_encrypted_key () const
 
void clear_encrypted_key ()
 
const StringPiece get_encrypted_key () const
 
void set_encrypted_key (const StringPiece &value)
 
bool has_language () const
 
void clear_language ()
 
const StringPiece get_language () const
 
void set_language (const StringPiece &value)
 
bool has_size () const
 
void clear_size ()
 
int64 get_size () const
 
void set_size (int64 value)
 
bool has_version () const
 
void clear_version ()
 
int64 get_version () const
 
void set_version (int64 value)
 

Static Public Member Functions

static MetadataItemsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ MetadataItems() [1/2]

google_books_api::Metadata::MetadataItems::MetadataItems ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ MetadataItems() [2/2]

google_books_api::Metadata::MetadataItems::MetadataItems ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~MetadataItems()

google_books_api::Metadata::MetadataItems::~MetadataItems ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_download_url()

void google_books_api::Metadata::MetadataItems::clear_download_url ( )
inline

Clears the 'download_url' attribute.

◆ clear_encrypted_key()

void google_books_api::Metadata::MetadataItems::clear_encrypted_key ( )
inline

Clears the 'encrypted_key' attribute.

◆ clear_language()

void google_books_api::Metadata::MetadataItems::clear_language ( )
inline

Clears the 'language' attribute.

◆ clear_size()

void google_books_api::Metadata::MetadataItems::clear_size ( )
inline

Clears the 'size' attribute.

◆ clear_version()

void google_books_api::Metadata::MetadataItems::clear_version ( )
inline

Clears the 'version' attribute.

◆ get_download_url()

const StringPiece google_books_api::Metadata::MetadataItems::get_download_url ( ) const
inline

Get the value of the 'download_url' attribute.

◆ get_encrypted_key()

const StringPiece google_books_api::Metadata::MetadataItems::get_encrypted_key ( ) const
inline

Get the value of the 'encrypted_key' attribute.

◆ get_language()

const StringPiece google_books_api::Metadata::MetadataItems::get_language ( ) const
inline

Get the value of the 'language' attribute.

◆ get_size()

int64 google_books_api::Metadata::MetadataItems::get_size ( ) const
inline

Get the value of the 'size' attribute.

◆ get_version()

int64 google_books_api::Metadata::MetadataItems::get_version ( ) const
inline

Get the value of the 'version' attribute.

◆ GetTypeName()

const StringPiece google_books_api::Metadata::MetadataItems::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_books_api::MetadataItems

◆ has_download_url()

bool google_books_api::Metadata::MetadataItems::has_download_url ( ) const
inline

Determine if the 'download_url' attribute was set.

Returns
true if the 'download_url' attribute was set.

◆ has_encrypted_key()

bool google_books_api::Metadata::MetadataItems::has_encrypted_key ( ) const
inline

Determine if the 'encrypted_key' attribute was set.

Returns
true if the 'encrypted_key' attribute was set.

◆ has_language()

bool google_books_api::Metadata::MetadataItems::has_language ( ) const
inline

Determine if the 'language' attribute was set.

Returns
true if the 'language' attribute was set.

◆ has_size()

bool google_books_api::Metadata::MetadataItems::has_size ( ) const
inline

Determine if the 'size' attribute was set.

Returns
true if the 'size' attribute was set.

◆ has_version()

bool google_books_api::Metadata::MetadataItems::has_version ( ) const
inline

Determine if the 'version' attribute was set.

Returns
true if the 'version' attribute was set.

◆ New()

Metadata::MetadataItems * google_books_api::Metadata::MetadataItems::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_download_url()

void google_books_api::Metadata::MetadataItems::set_download_url ( const StringPiece &  value)
inline

Change the 'download_url' attribute.

Parameters
[in]valueThe new value.

◆ set_encrypted_key()

void google_books_api::Metadata::MetadataItems::set_encrypted_key ( const StringPiece &  value)
inline

Change the 'encrypted_key' attribute.

Parameters
[in]valueThe new value.

◆ set_language()

void google_books_api::Metadata::MetadataItems::set_language ( const StringPiece &  value)
inline

Change the 'language' attribute.

Parameters
[in]valueThe new value.

◆ set_size()

void google_books_api::Metadata::MetadataItems::set_size ( int64  value)
inline

Change the 'size' attribute.

Parameters
[in]valueThe new value.

◆ set_version()

void google_books_api::Metadata::MetadataItems::set_version ( int64  value)
inline

Change the 'version' attribute.

Parameters
[in]valueThe new value.

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