books
v1
|
#include <volume.h>
Public Member Functions | |
VolumeRecommendedInfo (const Json::Value &storage) | |
VolumeRecommendedInfo (Json::Value *storage) | |
virtual | ~VolumeRecommendedInfo () |
const StringPiece | GetTypeName () const |
bool | has_explanation () const |
void | clear_explanation () |
const StringPiece | get_explanation () const |
void | set_explanation (const StringPiece &value) |
Static Public Member Functions | |
static VolumeRecommendedInfo * | New () |
Recommendation related information for 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 'explanation
' attribute.
|
inline |
Get the value of the 'explanation
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_books_api::VolumeRecommendedInfo
|
inline |
Determine if the 'explanation
' attribute was set.
explanation
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'explanation
' attribute.
A text explaining why this volume is recommended.
[in] | value | The new value. |