#include <geolayerdata.h>
◆ GeolayerdataCommon() [1/2]
| google_books_api::Geolayerdata::GeolayerdataCommon::GeolayerdataCommon |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~GeolayerdataCommon()
| google_books_api::Geolayerdata::GeolayerdataCommon::~GeolayerdataCommon |
( |
| ) |
|
|
virtual |
◆ 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()
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
-
◆ 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
-
◆ set_snippet()
| void google_books_api::Geolayerdata::GeolayerdataCommon::set_snippet |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'snippet' attribute.
The description for this location.
- Parameters
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files: