|
books
v1
|
#include <review.h>
Public Member Functions | |
| ReviewSource (const Json::Value &storage) | |
| ReviewSource (Json::Value *storage) | |
| virtual | ~ReviewSource () |
| const StringPiece | GetTypeName () const |
| bool | has_description () const |
| void | clear_description () |
| const StringPiece | get_description () const |
| void | set_description (const StringPiece &value) |
| bool | has_extra_description () const |
| void | clear_extra_description () |
| const StringPiece | get_extra_description () const |
| void | set_extra_description (const StringPiece &value) |
| bool | has_url () const |
| void | clear_url () |
| const StringPiece | get_url () const |
| void | set_url (const StringPiece &value) |
Static Public Member Functions | |
| static ReviewSource * | New () |
Information regarding the source of this review, when the review is not from a Google Books user.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'description' attribute.
|
inline |
Clears the 'extraDescription' attribute.
|
inline |
Clears the 'url' attribute.
|
inline |
Get the value of the 'description' attribute.
|
inline |
Get the value of the 'extraDescription' attribute.
|
inline |
Get the value of the 'url' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_books_api::ReviewSource
|
inline |
Determine if the 'description' attribute was set.
description' attribute was set.
|
inline |
Determine if the 'extraDescription' attribute was set.
extraDescription' attribute was set.
|
inline |
Determine if the 'url' attribute was set.
url' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'description' attribute.
Name of the source.
| [in] | value | The new value. |
|
inline |
Change the 'extraDescription' attribute.
Extra text about the source of the review.
| [in] | value | The new value. |
|
inline |
Change the 'url' attribute.
URL of the source of the review.
| [in] | value | The new value. |