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

#include <geolayerdata.h>

Inheritance diagram for google_books_api::Geolayerdata::GeolayerdataCommon:

Public Member Functions

 GeolayerdataCommon (const Json::Value &storage)
 
 GeolayerdataCommon (Json::Value *storage)
 
virtual ~GeolayerdataCommon ()
 
const StringPiece GetTypeName () const
 
bool has_lang () const
 
void clear_lang ()
 
const StringPiece get_lang () const
 
void set_lang (const StringPiece &value)
 
bool has_preview_image_url () const
 
void clear_preview_image_url ()
 
const StringPiece get_preview_image_url () const
 
void set_preview_image_url (const StringPiece &value)
 
bool has_snippet () const
 
void clear_snippet ()
 
const StringPiece get_snippet () const
 
void set_snippet (const StringPiece &value)
 
bool has_snippet_url () const
 
void clear_snippet_url ()
 
const StringPiece get_snippet_url () const
 
void set_snippet_url (const StringPiece &value)
 
bool has_title () const
 
void clear_title ()
 
const StringPiece get_title () const
 
void set_title (const StringPiece &value)
 

Static Public Member Functions

static GeolayerdataCommonNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ GeolayerdataCommon() [1/2]

google_books_api::Geolayerdata::GeolayerdataCommon::GeolayerdataCommon ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ GeolayerdataCommon() [2/2]

google_books_api::Geolayerdata::GeolayerdataCommon::GeolayerdataCommon ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~GeolayerdataCommon()

google_books_api::Geolayerdata::GeolayerdataCommon::~GeolayerdataCommon ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_lang()

void google_books_api::Geolayerdata::GeolayerdataCommon::clear_lang ( )
inline

Clears the 'lang' attribute.

◆ clear_preview_image_url()

void google_books_api::Geolayerdata::GeolayerdataCommon::clear_preview_image_url ( )
inline

Clears the 'previewImageUrl' attribute.

◆ clear_snippet()

void google_books_api::Geolayerdata::GeolayerdataCommon::clear_snippet ( )
inline

Clears the 'snippet' attribute.

◆ clear_snippet_url()

void google_books_api::Geolayerdata::GeolayerdataCommon::clear_snippet_url ( )
inline

Clears the 'snippetUrl' attribute.

◆ clear_title()

void google_books_api::Geolayerdata::GeolayerdataCommon::clear_title ( )
inline

Clears the 'title' attribute.

◆ get_lang()

const StringPiece google_books_api::Geolayerdata::GeolayerdataCommon::get_lang ( ) const
inline

Get the value of the 'lang' attribute.

◆ get_preview_image_url()

const StringPiece google_books_api::Geolayerdata::GeolayerdataCommon::get_preview_image_url ( ) const
inline

Get the value of the 'previewImageUrl' attribute.

◆ get_snippet()

const StringPiece google_books_api::Geolayerdata::GeolayerdataCommon::get_snippet ( ) const
inline

Get the value of the 'snippet' attribute.

◆ get_snippet_url()

const StringPiece google_books_api::Geolayerdata::GeolayerdataCommon::get_snippet_url ( ) const
inline

Get the value of the 'snippetUrl' attribute.

◆ get_title()

const StringPiece google_books_api::Geolayerdata::GeolayerdataCommon::get_title ( ) const
inline

Get the value of the 'title' attribute.

◆ GetTypeName()

const StringPiece google_books_api::Geolayerdata::GeolayerdataCommon::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_books_api::GeolayerdataCommon

◆ has_lang()

bool google_books_api::Geolayerdata::GeolayerdataCommon::has_lang ( ) const
inline

Determine if the 'lang' attribute was set.

Returns
true if the 'lang' attribute was set.

◆ has_preview_image_url()

bool google_books_api::Geolayerdata::GeolayerdataCommon::has_preview_image_url ( ) const
inline

Determine if the 'previewImageUrl' attribute was set.

Returns
true if the 'previewImageUrl' attribute was set.

◆ has_snippet()

bool google_books_api::Geolayerdata::GeolayerdataCommon::has_snippet ( ) const
inline

Determine if the 'snippet' attribute was set.

Returns
true if the 'snippet' attribute was set.

◆ has_snippet_url()

bool google_books_api::Geolayerdata::GeolayerdataCommon::has_snippet_url ( ) const
inline

Determine if the 'snippetUrl' attribute was set.

Returns
true if the 'snippetUrl' attribute was set.

◆ has_title()

bool google_books_api::Geolayerdata::GeolayerdataCommon::has_title ( ) const
inline

Determine if the 'title' attribute was set.

Returns
true if the 'title' attribute was set.

◆ New()

Geolayerdata::GeolayerdataCommon * google_books_api::Geolayerdata::GeolayerdataCommon::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_lang()

void google_books_api::Geolayerdata::GeolayerdataCommon::set_lang ( const StringPiece &  value)
inline

Change the 'lang' attribute.

The language of the information url and description.

Parameters
[in]valueThe new value.

◆ set_preview_image_url()

void google_books_api::Geolayerdata::GeolayerdataCommon::set_preview_image_url ( const StringPiece &  value)
inline

Change the 'previewImageUrl' attribute.

The URL for the preview image information.

Parameters
[in]valueThe new value.

◆ set_snippet()

void google_books_api::Geolayerdata::GeolayerdataCommon::set_snippet ( const StringPiece &  value)
inline

Change the 'snippet' attribute.

The description for this location.

Parameters
[in]valueThe new value.

◆ set_snippet_url()

void google_books_api::Geolayerdata::GeolayerdataCommon::set_snippet_url ( const StringPiece &  value)
inline

Change the 'snippetUrl' attribute.

The URL for information for this location. Ex: wikipedia link.

Parameters
[in]valueThe new value.

◆ set_title()

void google_books_api::Geolayerdata::GeolayerdataCommon::set_title ( const StringPiece &  value)
inline

Change the 'title' attribute.

The display title and localized canonical name to use when searching for this entity on Google search.

Parameters
[in]valueThe new value.

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