#include <dictlayerdata.h>
◆ DictlayerdataCommon() [1/2]
google_books_api::Dictlayerdata::DictlayerdataCommon::DictlayerdataCommon |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ DictlayerdataCommon() [2/2]
google_books_api::Dictlayerdata::DictlayerdataCommon::DictlayerdataCommon |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~DictlayerdataCommon()
google_books_api::Dictlayerdata::DictlayerdataCommon::~DictlayerdataCommon |
( |
| ) |
|
|
virtual |
◆ clear_title()
void google_books_api::Dictlayerdata::DictlayerdataCommon::clear_title |
( |
| ) |
|
|
inline |
Clears the 'title
' attribute.
◆ get_title()
const StringPiece google_books_api::Dictlayerdata::DictlayerdataCommon::get_title |
( |
| ) |
const |
|
inline |
Get the value of the 'title
' attribute.
◆ GetTypeName()
const StringPiece google_books_api::Dictlayerdata::DictlayerdataCommon::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_books_api::DictlayerdataCommon
◆ has_title()
bool google_books_api::Dictlayerdata::DictlayerdataCommon::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_title()
void google_books_api::Dictlayerdata::DictlayerdataCommon::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: