books
v1
|
#include <volume.h>
Public Member Functions | |
VolumeSearchInfo (const Json::Value &storage) | |
VolumeSearchInfo (Json::Value *storage) | |
virtual | ~VolumeSearchInfo () |
const StringPiece | GetTypeName () const |
bool | has_text_snippet () const |
void | clear_text_snippet () |
const StringPiece | get_text_snippet () const |
void | set_text_snippet (const StringPiece &value) |
Static Public Member Functions | |
static VolumeSearchInfo * | New () |
Search result information related to this volume.
|
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 'textSnippet
' attribute.
|
inline |
Get the value of the 'textSnippet
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_books_api::VolumeSearchInfo
|
inline |
Determine if the 'textSnippet
' attribute was set.
textSnippet
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'textSnippet
' attribute.
A text snippet containing the search query.
[in] | value | The new value. |