#include <books_subscription_release_info.h>
◆ BooksSubscriptionReleaseInfo() [1/2]
google_books_api::BooksSubscriptionReleaseInfo::BooksSubscriptionReleaseInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ BooksSubscriptionReleaseInfo() [2/2]
google_books_api::BooksSubscriptionReleaseInfo::BooksSubscriptionReleaseInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~BooksSubscriptionReleaseInfo()
google_books_api::BooksSubscriptionReleaseInfo::~BooksSubscriptionReleaseInfo |
( |
| ) |
|
|
virtual |
◆ clear_amount_in_micros()
void google_books_api::BooksSubscriptionReleaseInfo::clear_amount_in_micros |
( |
| ) |
|
|
inline |
Clears the 'amountInMicros
' attribute.
◆ clear_currency_code()
void google_books_api::BooksSubscriptionReleaseInfo::clear_currency_code |
( |
| ) |
|
|
inline |
Clears the 'currencyCode
' attribute.
◆ clear_release_number()
void google_books_api::BooksSubscriptionReleaseInfo::clear_release_number |
( |
| ) |
|
|
inline |
Clears the 'releaseNumber
' attribute.
◆ clear_release_timestamp_us()
void google_books_api::BooksSubscriptionReleaseInfo::clear_release_timestamp_us |
( |
| ) |
|
|
inline |
Clears the 'releaseTimestampUs
' attribute.
◆ get_amount_in_micros()
int64 google_books_api::BooksSubscriptionReleaseInfo::get_amount_in_micros |
( |
| ) |
const |
|
inline |
Get the value of the 'amountInMicros
' attribute.
◆ get_currency_code()
const StringPiece google_books_api::BooksSubscriptionReleaseInfo::get_currency_code |
( |
| ) |
const |
|
inline |
Get the value of the 'currencyCode
' attribute.
◆ get_release_number()
const StringPiece google_books_api::BooksSubscriptionReleaseInfo::get_release_number |
( |
| ) |
const |
|
inline |
Get the value of the 'releaseNumber
' attribute.
◆ get_release_timestamp_us()
int64 google_books_api::BooksSubscriptionReleaseInfo::get_release_timestamp_us |
( |
| ) |
const |
|
inline |
Get the value of the 'releaseTimestampUs
' attribute.
◆ GetTypeName()
const StringPiece google_books_api::BooksSubscriptionReleaseInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_amount_in_micros()
bool google_books_api::BooksSubscriptionReleaseInfo::has_amount_in_micros |
( |
| ) |
const |
|
inline |
Determine if the 'amountInMicros
' attribute was set.
- Returns
- true if the '
amountInMicros
' attribute was set.
◆ has_currency_code()
bool google_books_api::BooksSubscriptionReleaseInfo::has_currency_code |
( |
| ) |
const |
|
inline |
Determine if the 'currencyCode
' attribute was set.
- Returns
- true if the '
currencyCode
' attribute was set.
◆ has_release_number()
bool google_books_api::BooksSubscriptionReleaseInfo::has_release_number |
( |
| ) |
const |
|
inline |
Determine if the 'releaseNumber
' attribute was set.
- Returns
- true if the '
releaseNumber
' attribute was set.
◆ has_release_timestamp_us()
bool google_books_api::BooksSubscriptionReleaseInfo::has_release_timestamp_us |
( |
| ) |
const |
|
inline |
Determine if the 'releaseTimestampUs
' attribute was set.
- Returns
- true if the '
releaseTimestampUs
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_amount_in_micros()
void google_books_api::BooksSubscriptionReleaseInfo::set_amount_in_micros |
( |
int64 |
value | ) |
|
|
inline |
Change the 'amountInMicros
' attribute.
Amount in micros of the specified currency code.
- Parameters
-
◆ set_currency_code()
void google_books_api::BooksSubscriptionReleaseInfo::set_currency_code |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'currencyCode
' attribute.
Currency code of the amount.
- Parameters
-
◆ set_release_number()
void google_books_api::BooksSubscriptionReleaseInfo::set_release_number |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'releaseNumber
' attribute.
The release number of this issue/volume/book.
- Parameters
-
◆ set_release_timestamp_us()
void google_books_api::BooksSubscriptionReleaseInfo::set_release_timestamp_us |
( |
int64 |
value | ) |
|
|
inline |
Change the 'releaseTimestampUs
' attribute.
The release date.
- Parameters
-
The documentation for this class was generated from the following files: