#include <books_cloudloading_resource.h>
◆ BooksCloudloadingResource() [1/2]
google_books_api::BooksCloudloadingResource::BooksCloudloadingResource |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ BooksCloudloadingResource() [2/2]
google_books_api::BooksCloudloadingResource::BooksCloudloadingResource |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~BooksCloudloadingResource()
google_books_api::BooksCloudloadingResource::~BooksCloudloadingResource |
( |
| ) |
|
|
virtual |
◆ clear_author()
void google_books_api::BooksCloudloadingResource::clear_author |
( |
| ) |
|
|
inline |
Clears the 'author
' attribute.
◆ clear_processing_state()
void google_books_api::BooksCloudloadingResource::clear_processing_state |
( |
| ) |
|
|
inline |
Clears the 'processingState
' attribute.
◆ clear_title()
void google_books_api::BooksCloudloadingResource::clear_title |
( |
| ) |
|
|
inline |
Clears the 'title
' attribute.
◆ clear_volume_id()
void google_books_api::BooksCloudloadingResource::clear_volume_id |
( |
| ) |
|
|
inline |
Clears the 'volumeId
' attribute.
◆ get_author()
const StringPiece google_books_api::BooksCloudloadingResource::get_author |
( |
| ) |
const |
|
inline |
Get the value of the 'author
' attribute.
◆ get_processing_state()
const StringPiece google_books_api::BooksCloudloadingResource::get_processing_state |
( |
| ) |
const |
|
inline |
Get the value of the 'processingState
' attribute.
◆ get_title()
const StringPiece google_books_api::BooksCloudloadingResource::get_title |
( |
| ) |
const |
|
inline |
Get the value of the 'title
' attribute.
◆ get_volume_id()
const StringPiece google_books_api::BooksCloudloadingResource::get_volume_id |
( |
| ) |
const |
|
inline |
Get the value of the 'volumeId
' attribute.
◆ GetTypeName()
const StringPiece google_books_api::BooksCloudloadingResource::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_author()
bool google_books_api::BooksCloudloadingResource::has_author |
( |
| ) |
const |
|
inline |
Determine if the 'author
' attribute was set.
- Returns
- true if the '
author
' attribute was set.
◆ has_processing_state()
bool google_books_api::BooksCloudloadingResource::has_processing_state |
( |
| ) |
const |
|
inline |
Determine if the 'processingState
' attribute was set.
- Returns
- true if the '
processingState
' attribute was set.
◆ has_title()
bool google_books_api::BooksCloudloadingResource::has_title |
( |
| ) |
const |
|
inline |
Determine if the 'title
' attribute was set.
- Returns
- true if the '
title
' attribute was set.
◆ has_volume_id()
bool google_books_api::BooksCloudloadingResource::has_volume_id |
( |
| ) |
const |
|
inline |
Determine if the 'volumeId
' attribute was set.
- Returns
- true if the '
volumeId
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_author()
void google_books_api::BooksCloudloadingResource::set_author |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'author
' attribute.
- Parameters
-
◆ set_processing_state()
void google_books_api::BooksCloudloadingResource::set_processing_state |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'processingState
' attribute.
- Parameters
-
◆ set_title()
void google_books_api::BooksCloudloadingResource::set_title |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'title
' attribute.
- Parameters
-
◆ set_volume_id()
void google_books_api::BooksCloudloadingResource::set_volume_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'volumeId
' attribute.
- Parameters
-
The documentation for this class was generated from the following files: