#include <discoveryclusters.h>
◆ Discoveryclusters() [1/2]
google_books_api::Discoveryclusters::Discoveryclusters |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ Discoveryclusters() [2/2]
google_books_api::Discoveryclusters::Discoveryclusters |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~Discoveryclusters()
google_books_api::Discoveryclusters::~Discoveryclusters |
( |
| ) |
|
|
virtual |
◆ clear_clusters()
void google_books_api::Discoveryclusters::clear_clusters |
( |
| ) |
|
|
inline |
Clears the 'clusters
' attribute.
◆ clear_kind()
void google_books_api::Discoveryclusters::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_total_clusters()
void google_books_api::Discoveryclusters::clear_total_clusters |
( |
| ) |
|
|
inline |
Clears the 'totalClusters
' attribute.
◆ get_clusters()
Get a reference to the value of the 'clusters
' attribute.
◆ get_kind()
const StringPiece google_books_api::Discoveryclusters::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_total_clusters()
int32 google_books_api::Discoveryclusters::get_total_clusters |
( |
| ) |
const |
|
inline |
Get the value of the 'totalClusters
' attribute.
◆ GetTypeName()
const StringPiece google_books_api::Discoveryclusters::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_clusters()
bool google_books_api::Discoveryclusters::has_clusters |
( |
| ) |
const |
|
inline |
Determine if the 'clusters
' attribute was set.
- Returns
- true if the '
clusters
' attribute was set.
◆ has_kind()
bool google_books_api::Discoveryclusters::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_total_clusters()
bool google_books_api::Discoveryclusters::has_total_clusters |
( |
| ) |
const |
|
inline |
Determine if the 'totalClusters
' attribute was set.
- Returns
- true if the '
totalClusters
' attribute was set.
◆ mutable_clusters()
Gets a reference to a mutable value of the 'clusters
' property.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_books_api::Discoveryclusters::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Resorce type.
- Parameters
-
◆ set_total_clusters()
void google_books_api::Discoveryclusters::set_total_clusters |
( |
int32 |
value | ) |
|
|
inline |
Change the 'totalClusters
' attribute.
- Parameters
-
The documentation for this class was generated from the following files: