#include <live_chat_fan_funding_event_details.h>
◆ LiveChatFanFundingEventDetails() [1/2]
google_youtube_api::LiveChatFanFundingEventDetails::LiveChatFanFundingEventDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ LiveChatFanFundingEventDetails() [2/2]
google_youtube_api::LiveChatFanFundingEventDetails::LiveChatFanFundingEventDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~LiveChatFanFundingEventDetails()
google_youtube_api::LiveChatFanFundingEventDetails::~LiveChatFanFundingEventDetails |
( |
| ) |
|
|
virtual |
◆ clear_amount_display_string()
void google_youtube_api::LiveChatFanFundingEventDetails::clear_amount_display_string |
( |
| ) |
|
|
inline |
Clears the 'amountDisplayString
' attribute.
◆ clear_amount_micros()
void google_youtube_api::LiveChatFanFundingEventDetails::clear_amount_micros |
( |
| ) |
|
|
inline |
Clears the 'amountMicros
' attribute.
◆ clear_currency()
void google_youtube_api::LiveChatFanFundingEventDetails::clear_currency |
( |
| ) |
|
|
inline |
Clears the 'currency
' attribute.
◆ clear_user_comment()
void google_youtube_api::LiveChatFanFundingEventDetails::clear_user_comment |
( |
| ) |
|
|
inline |
Clears the 'userComment
' attribute.
◆ get_amount_display_string()
const StringPiece google_youtube_api::LiveChatFanFundingEventDetails::get_amount_display_string |
( |
| ) |
const |
|
inline |
Get the value of the 'amountDisplayString
' attribute.
◆ get_amount_micros()
uint64 google_youtube_api::LiveChatFanFundingEventDetails::get_amount_micros |
( |
| ) |
const |
|
inline |
Get the value of the 'amountMicros
' attribute.
◆ get_currency()
const StringPiece google_youtube_api::LiveChatFanFundingEventDetails::get_currency |
( |
| ) |
const |
|
inline |
Get the value of the 'currency
' attribute.
◆ get_user_comment()
const StringPiece google_youtube_api::LiveChatFanFundingEventDetails::get_user_comment |
( |
| ) |
const |
|
inline |
Get the value of the 'userComment
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::LiveChatFanFundingEventDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_amount_display_string()
bool google_youtube_api::LiveChatFanFundingEventDetails::has_amount_display_string |
( |
| ) |
const |
|
inline |
Determine if the 'amountDisplayString
' attribute was set.
- Returns
- true if the '
amountDisplayString
' attribute was set.
◆ has_amount_micros()
bool google_youtube_api::LiveChatFanFundingEventDetails::has_amount_micros |
( |
| ) |
const |
|
inline |
Determine if the 'amountMicros
' attribute was set.
- Returns
- true if the '
amountMicros
' attribute was set.
◆ has_currency()
bool google_youtube_api::LiveChatFanFundingEventDetails::has_currency |
( |
| ) |
const |
|
inline |
Determine if the 'currency
' attribute was set.
- Returns
- true if the '
currency
' attribute was set.
◆ has_user_comment()
bool google_youtube_api::LiveChatFanFundingEventDetails::has_user_comment |
( |
| ) |
const |
|
inline |
Determine if the 'userComment
' attribute was set.
- Returns
- true if the '
userComment
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_amount_display_string()
void google_youtube_api::LiveChatFanFundingEventDetails::set_amount_display_string |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'amountDisplayString
' attribute.
A rendered string that displays the fund amount and currency to the user.
- Parameters
-
◆ set_amount_micros()
void google_youtube_api::LiveChatFanFundingEventDetails::set_amount_micros |
( |
uint64 |
value | ) |
|
|
inline |
Change the 'amountMicros
' attribute.
The amount of the fund.
- Parameters
-
◆ set_currency()
void google_youtube_api::LiveChatFanFundingEventDetails::set_currency |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'currency
' attribute.
The currency in which the fund was made.
- Parameters
-
◆ set_user_comment()
void google_youtube_api::LiveChatFanFundingEventDetails::set_user_comment |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'userComment
' attribute.
The comment added by the user to this fan funding event.
- Parameters
-
The documentation for this class was generated from the following files: